|
xmlBlaster 1.6.2 client API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ErrorCode | |
| org.xmlBlaster.client.protocol.xmlrpc | |
| org.xmlBlaster.util | Java helper classes for server and client programming. |
| org.xmlBlaster.util.def | |
| Uses of ErrorCode in org.xmlBlaster.client.protocol.xmlrpc |
| Methods in org.xmlBlaster.client.protocol.xmlrpc with parameters of type ErrorCode | |
static XmlBlasterException |
XmlRpcConnection.extractXmlBlasterException(Global glob,
org.apache.xmlrpc.XmlRpcException e,
ErrorCode fallback)
Helma XmlRpc does in XmlRpcServer.java:314 an exception.toString() which is sent back to the client. |
| Uses of ErrorCode in org.xmlBlaster.util |
| Methods in org.xmlBlaster.util that return ErrorCode | |
ErrorCode |
XmlBlasterException.getErrorCode()
|
| Methods in org.xmlBlaster.util with parameters of type ErrorCode | |
void |
XmlBlasterException.changeErrorCode(ErrorCode errorCodeEnum)
|
boolean |
XmlBlasterException.isErrorCode(ErrorCode code)
|
static XmlBlasterException |
XmlBlasterException.parseToString(Global glob,
java.lang.String toString,
ErrorCode fallback)
Parsing what toString() produced |
static XmlBlasterException |
XmlBlasterException.parseByteArr(Global glob,
byte[] data,
ErrorCode fallback)
Serialize the complete exception. |
static XmlBlasterException |
XmlBlasterException.convert(Global glob,
ErrorCode errorCodeEnum,
java.lang.String location,
java.lang.String message,
java.lang.Throwable throwable)
|
| Constructors in org.xmlBlaster.util with parameters of type ErrorCode | |
XmlBlasterException(Global glob,
ErrorCode errorCodeEnum,
java.lang.String location)
The errorCodeEnum.getDescription() is used as error message. |
|
XmlBlasterException(Global glob,
ErrorCode errorCodeEnum,
java.lang.String location,
java.lang.String message)
|
|
XmlBlasterException(Global glob,
ErrorCode errorCodeEnum,
java.lang.String location,
java.lang.String message,
java.lang.Throwable cause)
|
|
XmlBlasterException(Global glob,
ErrorCode errorCodeEnum,
java.lang.String node,
java.lang.String location,
java.lang.String lang,
java.lang.String message,
java.lang.String versionInfo,
Timestamp timestamp,
java.lang.String stackTrace,
java.lang.String embeddedMessage,
java.lang.String transcationInfo,
boolean isServerSide)
For internal use: Deserializing and exception creation from CORBA XmlBlasterException |
|
| Uses of ErrorCode in org.xmlBlaster.util.def |
| Methods in org.xmlBlaster.util.def that return ErrorCode | |
static ErrorCode |
ErrorCode.getCategory(ErrorCode errorCode)
|
static ErrorCode |
ErrorCode.getCategory(java.lang.String errorCode)
|
static ErrorCode |
ErrorCode.toErrorCode(java.lang.String errorCode)
Returns the ErrorCode object for the given String error code. |
| Methods in org.xmlBlaster.util.def with parameters of type ErrorCode | |
boolean |
ErrorCode.isOfType(ErrorCode baseCode)
Returns 'true' if this error code is a 'child' of the error code specified in baseCode. |
static ErrorCode |
ErrorCode.getCategory(ErrorCode errorCode)
|
boolean |
ErrorCode.equals(ErrorCode other)
|
|
xmlBlaster 1.6.2 client API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||