|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--com.ibm.as400.data.XmlException
Thrown when an error is encountered processing XML.
Method Summary | |
java.lang.Exception |
getException()
Returns the original exception that caused this XmlException . |
java.lang.String |
getLocalizedMessage()
Returns a localized description of this XmlException . |
java.lang.String |
getMessage()
Returns a description of this XmlException . |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
public java.lang.String getLocalizedMessage()
XmlException
.getLocalizedMessage
in class java.lang.Throwable
public java.lang.String getMessage()
XmlException
.getMessage
in class java.lang.Throwable
public java.lang.Exception getException()
XmlException
.XmlException
.
If this exception was not caused by another exception, null is returned.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |