SerializablePcmlExceptionpublic class XmlException extends Exception
| Modifier and Type | Method | Description |
|---|---|---|
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. |
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic 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.Copyright © 2024. All rights reserved.