Class PDFIOException

All Implemented Interfaces:
Serializable

public class PDFIOException extends PDFException
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 Details

    • PDFIOException

      public PDFIOException(String message)
      Create a new PDFIOException.
      Parameters:
      message - the detail message.
    • PDFIOException

      public PDFIOException(String message, Throwable cause)
      Create a new PDFIOException wrapping an existing exception.
      Parameters:
      message - the detail message.
      cause - the cause.
    • PDFIOException

      public PDFIOException(Throwable cause)
      Create a new PDFIOException wrapping an existing exception.
      Parameters:
      cause - the cause.