JavaTM 2 Platform
Standard Ed. 5.0_13

Uses of Class
org.xml.sax.SAXParseException

Packages that use SAXParseException
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.xml.sax
 

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

Uses of SAXParseException in org.xml.sax.helpers
 

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


JavaTM 2 Platform
Standard Ed. 5.0_13

Submit a bug or feature
For further API reference and developer documentation, see Java 2 SDK SE Developer Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.

Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.