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.

  1. this()
  2. this(istring message)
  3. this(Exception e)
    class SAXException
    this
    (
    Exception e
    )
  4. this(istring message, Exception e)

Meta