public class PdfFormatException extends PjException
Modifier and Type | Field and Description |
---|---|
private int |
_errorOffset |
Constructor and Description |
---|
PdfFormatException(java.lang.String s)
Creates a PdfFormatException with a detailed message.
|
PdfFormatException(java.lang.String s,
int errorOffset)
Creates a PdfFormatException with a detailed message and
offset.
|
Modifier and Type | Method and Description |
---|---|
int |
getErrorOffset()
Returns the position where the error was found.
|
public PdfFormatException(java.lang.String s)
s
- the detailed message.public PdfFormatException(java.lang.String s, int errorOffset)
s
- the detailed message.errorOffset
- the position where the error is found
while parsing.