Class PDFCosUnexpectedTypeException

  • All Implemented Interfaces:
    java.io.Serializable

    public class PDFCosUnexpectedTypeException
    extends java.lang.RuntimeException
    This exception is thrown when an unexpected type is encountered in cos layer. This should never be exposed to client level API. Other methods should wrap it as appropriate.
    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

      • PDFCosUnexpectedTypeException

        public PDFCosUnexpectedTypeException​(java.lang.String message)