Uses of Class
java.lang.reflect.InvocationTargetException
| Package | Description |
|---|---|
| java.lang.reflect |
-
Uses of InvocationTargetException in java.lang.reflect
Methods in java.lang.reflect that throw InvocationTargetException Modifier and Type Method Description ObjectMethod. invoke(Object receiver, Object... args)Returns the result of dynamically invoking this method.TConstructor. newInstance(Object... args)Returns a new instance of the declaring class, initialized by dynamically invoking the constructor represented by thisConstructorobject.