public class XmlException
extends java.lang.Exception
Modifier and Type | Method and Description |
---|---|
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 . |
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
.
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.