Class PDFConfigurationException

  • All Implemented Interfaces:
    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 Detail

      • PDFConfigurationException

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

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

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