public SAXException(exception as Exception):
Creates a SAX exception wrapping another exception.
cause = Exception("I/O failed") error = SAXException(cause)