Class PDFCosUnexpectedTypeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.adobe.internal.pdftoolkit.core.exceptions.PDFCosUnexpectedTypeException
All Implemented Interfaces:
Serializable

public class PDFCosUnexpectedTypeException extends 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:
  • Constructor Details

    • PDFCosUnexpectedTypeException

      public PDFCosUnexpectedTypeException(String message)