|
xmlBlaster 1.6.4 API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ErrorCode | |
| org.xmlBlaster.client.protocol.xmlrpc | |
| org.xmlBlaster.engine.runlevel | |
| org.xmlBlaster.util | Java helper classes for server and client programming. |
| org.xmlBlaster.util.def | |
| org.xmlBlaster.util.queue.jdbc | |
| 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.engine.runlevel |
| Fields in org.xmlBlaster.engine.runlevel declared as ErrorCode | |
private ErrorCode |
RunLevelAction.errorCode
|
| Methods in org.xmlBlaster.engine.runlevel that return ErrorCode | |
ErrorCode |
RunLevelAction.getOnFail()
|
| Methods in org.xmlBlaster.engine.runlevel with parameters of type ErrorCode | |
void |
RunLevelAction.setOnFail(ErrorCode errorCode)
|
| Constructors in org.xmlBlaster.engine.runlevel with parameters of type ErrorCode | |
RunLevelAction(Global glob,
java.lang.String action,
int upLevel,
int downLevel,
ErrorCode errorCode,
int sequence)
This constructor takes all parameters needed |
|
| Uses of ErrorCode in org.xmlBlaster.util |
| Fields in org.xmlBlaster.util declared as ErrorCode | |
private ErrorCode |
XmlBlasterException.errorCodeEnum
|
| Methods in org.xmlBlaster.util that return ErrorCode | |
ErrorCode |
XmlBlasterException.getOriginalErrorCode()
|
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 |
|
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,
java.lang.Throwable cause)
|
|
| 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)
|
| Uses of ErrorCode in org.xmlBlaster.util.queue.jdbc |
| Methods in org.xmlBlaster.util.queue.jdbc with parameters of type ErrorCode | |
private void |
XBDatabaseAccessor.throwXblEx(java.lang.Throwable origEx,
ErrorCode errCode,
java.lang.String msg)
|
|
xmlBlaster 1.6.4 API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||