SAXException.this

Create a new SAXException wrapping an existing exception.

<p>The existing exception will be embedded in the new one, and its message will become the default message for the SAXException.</p>

@param e The exception to be wrapped in a SAXException.

Meta