Class java.lang.reflect.InvocationTargetException (1.1)


public class InvocationTargetException extends Exception {
  // Public Constructors
    public InvocationTargetException(Throwable target);
    public InvocationTargetException(Throwable target, String s);
  // Protected Constructor
    protected InvocationTargetException( );
  // Public Instance Methods
    public Throwable getTargetException( );
}