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