java.lang.reflect

Class InvocationTargetException

public class InvocationTargetException extends Exception

Constructor Summary
protected InvocationTargetException()
InvocationTargetException(Throwable target)
InvocationTargetException(Throwable target, String s)
Method Summary
ThrowablegetCause()
ThrowablegetTargetException()

Constructor Detail

InvocationTargetException

protected InvocationTargetException()

InvocationTargetException

public InvocationTargetException(Throwable target)

InvocationTargetException

public InvocationTargetException(Throwable target, String s)

Method Detail

getCause

public Throwable getCause()

getTargetException

public Throwable getTargetException()