Class PDFRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.adobe.internal.pdftoolkit.core.exceptions.PDFRuntimeException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
PDFCosNumberParseRuntimeException
This is the base class of all runtime exceptions that are thrown from Gibson.
Inside our code this exception should be thrown, instead of creating instances
of RuntimeException.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a PDFRuntimeException by wrapping a PDFExceptionPDFRuntimeException
(String message) Constructor with a string messagePDFRuntimeException
(String message, Throwable ex) Creates a PDFRuntimeException by wrapping a Exception and a message -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PDFRuntimeException
Constructor with a string message -
PDFRuntimeException
Creates a PDFRuntimeException by wrapping a PDFException -
PDFRuntimeException
Creates a PDFRuntimeException by wrapping a Exception and a message
-