Class PDFInvalidXMLException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.adobe.internal.pdftoolkit.core.exceptions.PDFException
com.adobe.internal.pdftoolkit.core.exceptions.PDFInvalidXMLException
- All Implemented Interfaces:
Serializable
The XML passed to the method either directly or indirectly is invalid.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPDFInvalidXMLException
(String message) Create a new PDFInvalidXMLException.PDFInvalidXMLException
(String message, Throwable cause) Create a new PDFInvalidXMLException wrapping an existing exception.PDFInvalidXMLException
(Throwable cause) Create a new PDFInvalidXMLException wrapping an existing exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PDFInvalidXMLException
Create a new PDFInvalidXMLException.- Parameters:
message
- the detail message.
-
PDFInvalidXMLException
Create a new PDFInvalidXMLException wrapping an existing exception.- Parameters:
message
- the detail message.cause
- the cause.
-
PDFInvalidXMLException
Create a new PDFInvalidXMLException wrapping an existing exception.- Parameters:
cause
- the cause.
-