public class PdfFormatException extends PdfException
| Constructor and Description |
|---|
PdfFormatException(java.lang.String s)
Creates a PdfExceptionFormat with a detailed message.
|
PdfFormatException(java.lang.String s,
long errorOffset)
Creates a PdfExceptionFormat with a detailed message and
offset.
|
getOffsetpublic PdfFormatException(java.lang.String s)
s - the detailed message.public PdfFormatException(java.lang.String s,
long errorOffset)
s - the detailed message.errorOffset - the position where the error is found
while parsing.