Uses of Class
org.xml.sax.SAXParseException

Packages that use SAXParseException
org.apache.xerces.util   
org.apache.xml.resolver.apps Apache XML Commons Resolver Applications package. 
org.xml.sax This package provides the core SAX APIs. 
org.xml.sax.helpers This package contains "helper" classes, including support for bootstrapping SAX-based applications. 
 

Uses of SAXParseException in org.apache.xerces.util
 

Methods in org.apache.xerces.util with parameters of type SAXParseException
 void ErrorHandlerProxy.error(SAXParseException e)
           
 void ErrorHandlerProxy.fatalError(SAXParseException e)
           
 void ErrorHandlerProxy.warning(SAXParseException e)
           
 

Uses of SAXParseException in org.apache.xml.resolver.apps
 

Methods in org.apache.xml.resolver.apps with parameters of type SAXParseException
 void XParseError.error(SAXParseException exception)
          SAX2 API
 void XParseError.fatalError(SAXParseException exception)
          SAX2 API
 void XParseError.warning(SAXParseException exception)
          SAX2 API
 

Uses of SAXParseException in org.xml.sax
 

Methods in org.xml.sax with parameters of type SAXParseException
 void HandlerBase.error(SAXParseException e)
          Deprecated. Receive notification of a recoverable parser error.
 void ErrorHandler.error(SAXParseException exception)
          Receive notification of a recoverable error.
 void HandlerBase.fatalError(SAXParseException e)
          Deprecated. Report a fatal XML parsing error.
 void ErrorHandler.fatalError(SAXParseException exception)
          Receive notification of a non-recoverable error.
 void HandlerBase.warning(SAXParseException e)
          Deprecated. Receive notification of a parser warning.
 void ErrorHandler.warning(SAXParseException exception)
          Receive notification of a warning.
 

Uses of SAXParseException in org.xml.sax.helpers
 

Methods in org.xml.sax.helpers with parameters of type SAXParseException
 void XMLFilterImpl.error(SAXParseException e)
          Filter an error event.
 void DefaultHandler.error(SAXParseException e)
          Receive notification of a recoverable parser error.
 void XMLFilterImpl.fatalError(SAXParseException e)
          Filter a fatal error event.
 void DefaultHandler.fatalError(SAXParseException e)
          Report a fatal XML parsing error.
 void XMLFilterImpl.warning(SAXParseException e)
          Filter a warning event.
 void DefaultHandler.warning(SAXParseException e)
          Receive notification of a parser warning.