java.lang.reflect
Class InvocationTargetException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.reflect.InvocationTargetException
- All Implemented Interfaces:
- Serializable
public class InvocationTargetException
- extends Exception
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InvocationTargetException
protected InvocationTargetException()
InvocationTargetException
public InvocationTargetException(Throwable var0)
InvocationTargetException
public InvocationTargetException(Throwable var0,
String var1)
getTargetException
public Throwable getTargetException()