|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception com.softwareag.entirex.xml.rt.XMLException
public class XMLException
Class XMLException is a checked exception for all sorts of problems
occurring in the XML/SOAP runtime component. Besides an exception text,
XMLException objects can hold an exception "kind" which describes the
subcomponent in which problems arose.
Exception class thrown by EntireX XML/SOAP Runtime classes.
Use toString() to retrieve the error message including the error
class and error code.
Use getMessage() to retrieve the error message only.
Use getErrorClass() to retrieve the error class only.
Use getNumber() to retrieve the error code only.
Field Summary | |
---|---|
static int |
XMLRUNTIME_CLASS
Error class for EntireX XML/SOAP Runtime |
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int XMLRUNTIME_CLASS
Method Detail |
---|
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
|
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |