InvocationTargetException Members

InvocationTargetException Members

Class Overview | This Package | All Packages

Constructors
Name Description
InvocationTargetException()  
InvocationTargetException(Throwable) Constructs a InvocationTargetException with a target exception.
InvocationTargetException(Throwable, String) Constructs a InvocationTargetException with a target exception and a detail message.

Methods
Name Description
getTargetException() Get the thrown target exception.