4.9 SAXParseException methods

The SAXParseException class has a locator attribute, containing an instance of the Locator class, which represents the location in the document where the parse error occurred. The following methods are delegated to this instance.

getColumnNumber ()
Return the column number of the end of the text where the exception occurred.

getLineNumber ()
Return the line number of the end of the text where the exception occurred.

getPublicId ()
Return the public identifier of the entity where the exception occurred.

getSystemId ()
Return the system identifier of the entity where the exception occurred.