Class PDFInvalidDocumentException

    • Constructor Summary

      Constructors 
      Constructor Description
      PDFInvalidDocumentException​(java.lang.String message)
      Create a new PDFInvalidDocumentException.
      PDFInvalidDocumentException​(java.lang.String message, java.lang.Throwable cause)
      Create a new PDFInvalidDocumentException wrapping an existing exception.
      PDFInvalidDocumentException​(java.lang.Throwable cause)
      Create a new PDFInvalidDocumentException 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
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • PDFInvalidDocumentException

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

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

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