|
Generated by JDiff |
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Changed Constructors | ||
Throwable ) |
Documentation changed from old to new. |
Constructs an UndeclaredThrowableException with the specified Throwable . |
Removed Methods | |
void printStackTrace() |
Prints this UndeclaredThrowableException and its backtrace to the standard error stream. |
void printStackTrace(PrintStream ) |
Prints this UndeclaredThrowableException and its backtrace to the specified PrintStream . |
void printStackTrace(PrintWriter ) |
Prints this UndeclaredThrowableException and its backtrace to the specified PrintWriter . |
Added Methods | |
Throwable getCause() |
Returns the the cause of this exception (the Throwable instance wrapped in this UndeclaredThrowableException which may be null). |
Changed Methods | ||
Throwable getUndeclaredThrowable() |
Documentation changed from old to new. |
Returns the Throwable instance wrapped in this UndeclaredThrowableException which may be null. |
|
|||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |