Package com.pd4ml.pdf.cos.path
Class COSPathException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.pd4ml.pdf.cos.COSException
-
- com.pd4ml.pdf.cos.path.COSPathException
-
- All Implemented Interfaces:
java.io.Serializable
public class COSPathException extends COSException
Raised for a malformed COS path expression, or (only from the*Strictevaluator 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)
-