Class PDFConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.adobe.internal.pdftoolkit.core.exceptions.PDFException
com.adobe.internal.pdftoolkit.core.exceptions.PDFConfigurationException
- All Implemented Interfaces:
Serializable
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:
-
Constructor Summary
ConstructorsConstructorDescriptionPDFConfigurationException
(String message) Create a new PDFConfigurationException.PDFConfigurationException
(String message, Throwable cause) Create a new PDFConfigurationException wrapping an existing exception.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
-
Constructor Details
-
PDFConfigurationException
Create a new PDFConfigurationException.- Parameters:
message
- the detail message.
-
PDFConfigurationException
Create a new PDFConfigurationException wrapping an existing exception.- Parameters:
message
- the detail message.cause
- the cause.
-
PDFConfigurationException
Create a new PDFConfigurationException wrapping an existing exception.- Parameters:
cause
- the cause.
-