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

Receives a fatal error.

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