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

Receives a non-recoverable fatal error.

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