Class PDFInvalidContentException
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.PDFInvalidContentException
- All Implemented Interfaces:
Serializable
Indicates a general problem with the PDF content that was being
operated on.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPDFInvalidContentException(String message) Create a new PDFInvalidContentException.PDFInvalidContentException(String message, Throwable cause) Create a new PDFInvalidContentException wrapping an existing exception.Create a new PDFInvalidContentException 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
-
PDFInvalidContentException
Create a new PDFInvalidContentException.- Parameters:
message- the detail message.
-
PDFInvalidContentException
Create a new PDFInvalidContentException wrapping an existing exception.- Parameters:
message- the detail message.cause- the cause.
-
PDFInvalidContentException
Create a new PDFInvalidContentException wrapping an existing exception.- Parameters:
cause- the cause.
-