Java in a Nutshell Online Quick Reference for Java 1.1

CLASS java.lang.reflect.InvocationTargetException

Availability: JDK 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();
}

Java in a Nutshell Online Quick Reference for Java 1.1
Created by David Flanagan. Copyright © 1997 by O'Reilly & Associates.