Inheritance diagram for org::jdom::input::JDOMParseException:

Public Member Functions | |
| JDOMParseException (String message, Throwable cause) | |
| JDOMParseException (String message, Throwable cause, Document partialDocument) | |
| Document | getPartialDocument () |
| String | getPublicId () |
| String | getSystemId () |
| int | getLineNumber () |
| int | getColumnNumber () |
|
||||||||||||
|
This will create a parse
|
|
||||||||||||||||
|
This will create a parse
|
|
|
Returns the column number of the end of the text where the parse error occurred. The first column in a line is position 1.
|
|
|
Returns the line number of the end of the text where the parse error occurred. The first line in the document is line 1.
|
|
|
Returns the partial document that was successfully built before the error occurred.
|
|
|
Returns the public identifier of the entity where the parse error occurred.
|
|
|
Returns the system identifier of the entity where the parse error occurred.
|
1.3.9.1