Uses of Class
org.xml.sax.SAXParseException
| Package | Description | 
|---|---|
| org.xml.sax | Provides the interfaces for the Simple API for XML (SAX). | 
| org.xml.sax.helpers | Provides helper classes, including
 support for bootstrapping SAX-based applications. | 
- 
Uses of SAXParseException in org.xml.saxMethods in org.xml.sax with parameters of type SAXParseException Modifier and Type Method Description voidErrorHandler. error(SAXParseException exception)Receive notification of a recoverable error.voidHandlerBase. error(SAXParseException e)Deprecated.Receive notification of a recoverable parser error.voidErrorHandler. fatalError(SAXParseException exception)Receive notification of a non-recoverable, fatal error.voidHandlerBase. fatalError(SAXParseException e)Deprecated.Report a fatal XML parsing error.voidErrorHandler. warning(SAXParseException exception)Receive notification of a warning.voidHandlerBase. warning(SAXParseException e)Deprecated.Receive notification of a parser warning.
- 
Uses of SAXParseException in org.xml.sax.helpersMethods in org.xml.sax.helpers with parameters of type SAXParseException Modifier and Type Method Description voidDefaultHandler. error(SAXParseException e)Receive notification of a recoverable parser error.voidXMLFilterImpl. error(SAXParseException e)Filter an error event.voidDefaultHandler. fatalError(SAXParseException e)Report a fatal XML parsing error.voidXMLFilterImpl. fatalError(SAXParseException e)Filter a fatal error event.voidDefaultHandler. warning(SAXParseException e)Receive notification of a parser warning.voidXMLFilterImpl. warning(SAXParseException e)Filter a warning event.