Class 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
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 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