Class PDFException

    • Constructor Summary

      Constructors 
      Constructor Description
      PDFException​(java.lang.String message)
      Create a new PDFException.
      PDFException​(java.lang.String message, java.lang.Throwable cause)
      Create a new PDFException wrapping an existing exception.
      PDFException​(java.lang.Throwable cause)
      Create a new PDFException 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

      • PDFException

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

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

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