org.pdfclown.util.parsers.ParseException Class Reference
Exception thrown in case of unexpected condition while parsing.
More...
List of all members.
Exception thrown in case of unexpected condition while parsing.
Constructor & Destructor Documentation
| org.pdfclown.util.parsers.ParseException.ParseException |
( |
string |
message |
) |
|
| org.pdfclown.util.parsers.ParseException.ParseException |
( |
string |
message, |
|
|
long |
position | |
|
) |
| | |
| org.pdfclown.util.parsers.ParseException.ParseException |
( |
Exception |
cause |
) |
|
| org.pdfclown.util.parsers.ParseException.ParseException |
( |
string |
message, |
|
|
Exception |
cause | |
|
) |
| | |
| org.pdfclown.util.parsers.ParseException.ParseException |
( |
string |
message, |
|
|
Exception |
cause, |
|
|
long |
position | |
|
) |
| | |
Property Documentation
long org.pdfclown.util.parsers.ParseException.Position [get] |
Gets the offset where error happened.