|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use XmlManagerBaseException.Code | |
| com.ricebridge.xmlman | |
| com.ricebridge.xmlman.in | |
| Uses of XmlManagerBaseException.Code in com.ricebridge.xmlman |
| Constructors in com.ricebridge.xmlman with parameters of type XmlManagerBaseException.Code | |
XmlManagerException(XmlManagerBaseException.Code pCode)
Specify the error code. |
|
XmlManagerException(XmlManagerBaseException.Code pCode,
BadRecord pBadRecord)
Specify the error code, and the BadRecord. |
|
XmlManagerException(XmlManagerBaseException.Code pCode,
Object pContext)
Specify the error code, and the error context. |
|
XmlManagerException(XmlManagerBaseException.Code pCode,
String pText)
Specify the error code, and the error message text. |
|
XmlManagerException(XmlManagerBaseException.Code pCode,
String pText,
Throwable pContained)
Specify the error code, the error message test, and the original Exception that caused the error. |
|
XmlManagerException(XmlManagerBaseException.Code pCode,
String[] pContext)
Specify the error code, and provide a set of replacement values for the user-friendly error message associated with this code. |
|
XmlManagerException(XmlManagerBaseException.Code pCode,
Throwable pContained)
Specify the error code, and the original Exception that caused the error. |
|
XmlManagerException(XmlManagerBaseException.Code pCode,
String[] pContext,
Throwable pContained)
Specify the error code, provide a set of replacement values for the user-friendly error message associated with this code, and the original Exception that caused the error. |
|
XmlManagerException(XmlManagerBaseException.Code pCode,
BadRecord pBadRecord,
Throwable pContained)
Specify the error code, the BadRecord that caused the error, and the Exception that occurred. |
|
| Uses of XmlManagerBaseException.Code in com.ricebridge.xmlman.in |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||