Serializable
public class InvocationTargetException extends Exception
Modifier | Constructor | Description |
---|---|---|
protected |
InvocationTargetException() |
|
|
InvocationTargetException(Throwable var0) |
|
|
InvocationTargetException(Throwable var0,
String var1) |
Modifier and Type | Method | Description |
---|---|---|
Throwable |
getTargetException() |
|
void |
printStackTrace() |
|
void |
printStackTrace(PrintStream var0) |
|
void |
printStackTrace(PrintWriter var0) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
fillInStackTrace, getLocalizedMessage, getMessage, toString
protected InvocationTargetException()
public InvocationTargetException(Throwable var0)
public Throwable getTargetException()
public void printStackTrace()
printStackTrace
in class Throwable
public void printStackTrace(PrintStream var0)
printStackTrace
in class Throwable
public void printStackTrace(PrintWriter var0)
printStackTrace
in class Throwable