Constructs an object from the location information of a SAXParseException.
The object's ColumnNumber, LineNumber, and URL become available from the
values returned by the locator's getColumnNumber(), getLineNumber(), and
getSystemId() methods respectively. Node, Object, and Offset are not
available.
Parameters:
-
e - the SAXParseException object that will be used to populate this
event locator.
Throws:
-
IllegalArgumentException - if the SAXParseException is null