J2ME CDC

Uses of Class
java.lang.reflect.InvocationTargetException

Packages that use InvocationTargetException
java.lang.reflect   
 

Uses of InvocationTargetException in java.lang.reflect
 

Methods in java.lang.reflect that throw InvocationTargetException
 Object Method.invoke(Object obj, Object[] args)
          Invokes the underlying method represented by this Method object, on the specified object with the specified parameters.
 Object Constructor.newInstance(Object[] initargs)
          Uses the constructor represented by this Constructor object to create and initialize a new instance of the constructor's declaring class, with the specified initialization parameters.
 


J2ME CDC

Java is a trademark or registred trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2000 Sun Microsystems, Inc. 901 San Antonio Road,
Palo, Alto, California, 94303, U.S.A All Rights Reserved.