Use is subject to License Terms. Your use of this web site or any of its contents or software indicates your agreement to be bound by these License Terms.
XML API 1.0

Uses of Class
org.xml.sax.SAXParseException

Packages that use SAXParseException
org.xml.sax This package provides the core of the Java ME SAX API subset defined by JSR 280. 
org.xml.sax.helpers   
 

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 ErrorHandler.fatalError(SAXParseException exception)
          Receive notification of a non-recoverable error.
 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 DefaultHandler.error(SAXParseException e)
          Receive notification of a recoverable parser error.
 void DefaultHandler.fatalError(SAXParseException e)
          Report a fatal XML parsing error.
 void DefaultHandler.warning(SAXParseException e)
          Receive notification of a parser warning.
 


XML API 1.0

No warranty, no copyright, This is public domain. See the copyright notice for details.

Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms. For more information, please consult the JSR 280 specification.