Generated by
JDiff

Class java.lang.reflect.InvocationTargetException

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).