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:
java.io.Serializable
public class PDFCosNumberParseRuntimeException extends PDFRuntimeException
This runtime exception is thrown, when any method is called on an incorrectly parsed cos-number.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PDFCosNumberParseRuntimeException(PDFCosParseException ex)
Creates a PDFCosNumberParseRuntimeException by wrapping a PDFCosParseExceptionPDFCosNumberParseRuntimeException(java.lang.String message)
Constructor with a string message
-
-
-
Constructor Detail
-
PDFCosNumberParseRuntimeException
public PDFCosNumberParseRuntimeException(java.lang.String message)
Constructor with a string message
-
PDFCosNumberParseRuntimeException
public PDFCosNumberParseRuntimeException(PDFCosParseException ex)
Creates a PDFCosNumberParseRuntimeException by wrapping a PDFCosParseException
-
-