Class PDFConfigurationException

  • All Implemented Interfaces:
    java.io.Serializable

    public class PDFConfigurationException
    extends PDFException
    This exception is used to signify that a problem with the system (JVM, external Jars, etc.) has occured and that the operation could not be completed.
    See Also:
    Serialized Form
    • Constructor Summary

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

      • PDFConfigurationException

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

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

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