Class PDFInvalidDocumentException

    • Constructor Detail

      • PDFInvalidDocumentException

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

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

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