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:
java.io.Serializable
public class PDFInvalidContentException extends PDFInvalidDocumentException
Indicates a general problem with the PDF content that was being operated on.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PDFInvalidContentException(java.lang.String message)
Create a new PDFInvalidContentException.PDFInvalidContentException(java.lang.String message, java.lang.Throwable cause)
Create a new PDFInvalidContentException wrapping an existing exception.PDFInvalidContentException(java.lang.Throwable cause)
Create a new PDFInvalidContentException wrapping an existing exception.
-
-
-
Constructor Detail
-
PDFInvalidContentException
public PDFInvalidContentException(java.lang.String message)
Create a new PDFInvalidContentException.- Parameters:
message
- the detail message.
-
PDFInvalidContentException
public PDFInvalidContentException(java.lang.String message, java.lang.Throwable cause)
Create a new PDFInvalidContentException wrapping an existing exception.- Parameters:
message
- the detail message.cause
- the cause.
-
PDFInvalidContentException
public PDFInvalidContentException(java.lang.Throwable cause)
Create a new PDFInvalidContentException wrapping an existing exception.- Parameters:
cause
- the cause.
-
-