This exception may include information for locating the error in the original XML document, as if it came from a {@link Locator}object. Note that although the application will receive a SAXParseException as the argument to the handlers in the {@link org.xml.sax.ErrorHandler ErrorHandler} interface, 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.
@since SAX 1.0 @author David Megginson @version 2.0.1 (sax2r2) @see org.xml.sax.SAXException @see org.xml.sax.Locator @see org.xml.sax.ErrorHandler
|
|