Uses of Class
org.apache.commons.jelly.util.SAXParseException

Packages that use SAXParseException
org.apache.commons.jelly.parser Jelly parsers both XML syntax and non-XML syntaxes are supported. 
 

Uses of SAXParseException in org.apache.commons.jelly.parser
 

Methods in org.apache.commons.jelly.parser with parameters of type SAXParseException
 void XMLParser.error(SAXParseException exception)
          Forward notification of a parsing error to the application supplied error handler, if any, otherwise throw a SAXException with the error.
 void XMLParser.fatalError(SAXParseException exception)
          Forward notification of a fatal parsing error to the application supplied error handler, if any, otherwise throw a SAXException with the error.
 void XMLParser.warning(SAXParseException exception)
          Forward notification of a parse warning to the application supplied error handler (if any).
 



Copyright © 2012. All Rights Reserved.