Encapsulate an XML parse error or warning.
This module, both source code and documentation, is in the
Public Domain, and comes with NO WARRANTY.
This exception will include information for locating the error
in the original XML document. Note that although the application
will receive a SAXParseException,
the application is not actually required to throw the exception;
instead, it can simply read the information in it and take a
different action.
Since this exception is a subclass of {@link org.xml.sax.SAXException
SAXException}, it inherits the ability to wrap another exception. |