klyn.io.xml.sax.DefaultHandler.error
method
public error(exception as SAXParseException) as Void throws SAXException:
Description

Receives a recoverable error.

Parameters
  • exception Error with location information.
Throws
  • SAXException if the SAX handler rejects the event or cannot process the reported XML structure.
Example
handler.error(exception)