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). |