Uses of Class
org.apache.commons.jelly.util.SAXParseException
Packages that use SAXParseException
Package
Description
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 SAXParseExceptionModifier and TypeMethodDescriptionvoidXMLParser.error(SAXParseException exception) Forward notification of a parsing error to the application supplied error handler, if any, otherwise throw a SAXException with the error.voidXMLParser.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.voidXMLParser.warning(SAXParseException exception) Forward notification of a parse warning to the application supplied error handler (if any).