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

Receives a fatal error.

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