|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.ibm.as400.data.XmlException
public class XmlException
Thrown when an error is encountered processing XML.
| Method Summary | |
|---|---|
Exception |
getException()
Returns the original exception that caused this XmlException. |
String |
getLocalizedMessage()
Returns a localized description of this XmlException. |
String |
getMessage()
Returns a description of this XmlException. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public String getLocalizedMessage()
XmlException.
getLocalizedMessage in class Throwablepublic String getMessage()
XmlException.
getMessage in class Throwablepublic Exception getException()
XmlException.
This method returns the same object as Exception.getCause().
XmlException.
Note: This may be an instance of PcmlSpecificationException.
If this exception was not caused by another exception, null is returned.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||