org.xml.sax.SAXException.SAXException
constructor
public SAXException(exception as Exception):
Description

Creates a SAX exception wrapping another exception.

Parameters
  • exception Embedded exception.
Example
cause = Exception("I/O failed")
error = SAXException(cause)