Method Summary |
|
public Throwable | getCause() Returns the original exception. |
public String | getLocalizedMessage() Returns the localized description of the wrapped exception in order to produce a locale-specific message. |
public String | getMessage() Returns the error message string of the wrapped exception. |
public void | printStackTrace() Prints the wrapped exception A its backtrace to the standard error stream. |
public void | printStackTrace(PrintStream s) Prints the wrapped excpetion A its backtrace to the specified print stream. |
public void | printStackTrace(PrintWriter s) Prints the wrapped exception A its backtrace to the specified print writer. |
public String | toString() Returns a short description of the wrapped exception. |