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