Class COSPathException

  • All Implemented Interfaces:
    java.io.Serializable

    public class COSPathException
    extends COSException
    Raised for a malformed COS path expression, or (only from the *Strict evaluator methods) when a path cannot be resolved against a particular document -- an intermediate step lands on a node of the wrong kind, a dictionary key is missing, or an array index is out of range.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      COSPathException​(java.lang.String message)  
      COSPathException​(java.lang.String message, java.lang.Throwable cause)  
    • 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

      • COSPathException

        public COSPathException​(java.lang.String message)
      • COSPathException

        public COSPathException​(java.lang.String message,
                                java.lang.Throwable cause)