Class PDFCosNumberParseRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.adobe.internal.pdftoolkit.core.exceptions.PDFRuntimeException
com.adobe.internal.pdftoolkit.core.exceptions.PDFCosNumberParseRuntimeException
- All Implemented Interfaces:
Serializable
This runtime exception is thrown, when any method is called on an incorrectly parsed cos-number.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a PDFCosNumberParseRuntimeException by wrapping a PDFCosParseExceptionPDFCosNumberParseRuntimeException
(String message) Constructor with a string 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
-
PDFCosNumberParseRuntimeException
Constructor with a string message -
PDFCosNumberParseRuntimeException
Creates a PDFCosNumberParseRuntimeException by wrapping a PDFCosParseException
-