public class XMLException
extends java.lang.Exception
Modifier and Type | Field and Description |
---|---|
static int |
XMLRUNTIME_CLASS
Error class for EntireX XML/SOAP Runtime
|
Modifier and Type | Method and Description |
---|---|
int |
getErrorClass()
Returns the error class part of the XML Runtime error.
|
int |
getErrorCode()
Returns the error code part of the XML Runtime error.
|
java.lang.String |
getErrorText()
Returns the error text part of the XML Runtime error.
|
java.lang.String |
getMessage()
Debugging method to write this exception text and kind onto stdout.
|
java.lang.String |
toString()
Returns the complete error information as string
Format: Error-class Error-code Error-text Detail |
public static final int XMLRUNTIME_CLASS
public java.lang.String getErrorText()
public int getErrorCode()
public int getErrorClass()
public java.lang.String getMessage()
getMessage
in class java.lang.Throwable
public java.lang.String toString()
toString
in class java.lang.Throwable