Class PDFIOException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.adobe.internal.pdftoolkit.core.exceptions.PDFException
com.adobe.internal.pdftoolkit.core.exceptions.PDFIOException
- All Implemented Interfaces:
Serializable
An I/O error has occurred during the reading or writing of the PDF file
or in the reading or writing of temporary caches of PDF data.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPDFIOException
(String message) Create a new PDFIOException.PDFIOException
(String message, Throwable cause) Create a new PDFIOException wrapping an existing exception.PDFIOException
(Throwable cause) Create a new PDFIOException 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
-
PDFIOException
Create a new PDFIOException.- Parameters:
message
- the detail message.
-
PDFIOException
Create a new PDFIOException wrapping an existing exception.- Parameters:
message
- the detail message.cause
- the cause.
-
PDFIOException
Create a new PDFIOException wrapping an existing exception.- Parameters:
cause
- the cause.
-