public class PdfDecoderException extends PdfException
Constructor and Description |
---|
PdfDecoderException(java.lang.String s)
Creates an instance of this exception with a detailed
message.
|
PdfDecoderException(java.lang.String s,
long errorOffset)
Creates an instance of this exception with a detailed
message and offset.
|
getOffset
public PdfDecoderException(java.lang.String s)
s
- the detailed message.public PdfDecoderException(java.lang.String s, long errorOffset)
s
- the detailed message.errorOffset
- the position where the error is found
while parsing.