SAXException.this

Create a new SAXException from an existing exception.

<p>The existing exception will be embedded in the new one, but the new exception will have its own message.</p>

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

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

Meta