Class PDFParseException

  • All Implemented Interfaces:
    Serializable

    public class PDFParseException
    extends PDFException
    This exception indicates a low level parsing exception. This should never be exposed to client level API. Other methods should wrap it as appropriate.
    See Also:
    Serialized Form
    • Constructor Detail

      • PDFParseException

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

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

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