org.xml.sax.ErrorHandler.error
method
public error(exception as SAXParseException) as Void throws SAXException
Description

Receives a recoverable error.

Parameters
  • exception Error information.
Throws
  • SAXException if the application chooses to interrupt parsing.
Example
handler.error(error)