|
Generated by JDiff |
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Changed Constructors | ||
Throwable ) |
Documentation changed from old to new. |
Constructs a InvocationTargetException with a target exception. |
Throwable, |
Documentation changed from old to new. |
Constructs a InvocationTargetException with a target exception and a detail message. |
Removed Methods | |
void printStackTrace() |
Prints the stack trace of the thrown target exception. |
void printStackTrace(PrintStream ) |
Prints the stack trace of the thrown target exception to the specified print stream. |
void printStackTrace(PrintWriter ) |
Prints the stack trace of the thrown target exception to the specified print writer. |
Added Methods | |
Throwable getCause() |
Returns the the cause of this exception (the thrown target exception which may be null). |
Changed Methods | ||
Throwable getTargetException() |
Documentation changed from old to new. |
Get the thrown target exception. |
|
|||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |