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(immutable(char)[] message)
  3. this(Exception e)
  4. this(immutable(char)[] message, Exception e)
    class SAXException
    this
    (
    immutable(char)[] message
    ,)

Meta