Package com.pd4ml.pdf.cos.parser
Class COSParseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.pd4ml.pdf.cos.COSException
-
- com.pd4ml.pdf.cos.parser.COSParseException
-
- All Implemented Interfaces:
java.io.Serializable
public class COSParseException extends COSException
A syntax or structural error encountered while lexing/parsing PDF COS syntax, tagged with the byte offset it occurred at to aid debugging of malformed files.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description COSParseException(java.lang.String message, int offset)COSParseException(java.lang.String message, int offset, java.lang.Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetOffset()
-