Class PDFParseException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
PDFAuthenticationFailureException

public class PDFParseException extends IOException
an exception class for recording parse errors in the PDF file

Author Mike Wessler

See Also:
  • Constructor Details

    • PDFParseException

      public PDFParseException(String msg)

      Constructor for PDFParseException.

      Parameters:
      msg - a String object.
    • PDFParseException

      public PDFParseException(String msg, Throwable cause)

      Constructor for PDFParseException.

      Parameters:
      msg - a String object.
      cause - a Throwable object.