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

Receives a recoverable error.

Parameters
  • exception Error with location information.
Example
handler.error(error)