org.xml.sax.SAXException.SAXException
constructor
public SAXException(message as String):
Description

Creates a SAX exception with a message.

Parameters
  • message Error or warning message.
Example
error = SAXException("Malformed XML")