public class InvocationTargetException extends Exception
Modifier | Constructor and Description |
---|---|
protected |
InvocationTargetException() |
|
InvocationTargetException(Throwable var0) |
|
InvocationTargetException(Throwable var0,
String var1) |
Modifier and Type | Method and Description |
---|---|
Throwable |
getTargetException() |
void |
printStackTrace() |
void |
printStackTrace(PrintStream var0) |
void |
printStackTrace(PrintWriter var0) |
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
Copyright © 2006–2013 OSGi Alliance. All rights reserved.