Class PDFInvalidStructureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.adobe.internal.pdftoolkit.core.exceptions.PDFException
com.adobe.internal.pdftoolkit.core.exceptions.PDFInvalidDocumentException
com.adobe.internal.pdftoolkit.core.exceptions.PDFInvalidStructureException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPDFInvalidStructureException
(String message) Create a new PDFInvalidStructureException.PDFInvalidStructureException
(String message, Throwable cause) Create a new PDFInvalidStructureException wrapping an existing exception.Create a new PDFInvalidStructureException 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
-
PDFInvalidStructureException
Create a new PDFInvalidStructureException.- Parameters:
message
- the detail message.
-
PDFInvalidStructureException
Create a new PDFInvalidStructureException wrapping an existing exception.- Parameters:
message
- the detail message.cause
- the cause.
-
PDFInvalidStructureException
Create a new PDFInvalidStructureException wrapping an existing exception.- Parameters:
cause
- the cause.
-