Methods in java.lang.reflect that throw InvocationTargetException |
java.lang.Object |
Constructor.newInstance(java.lang.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.
|
java.lang.Object |
Method.invoke(java.lang.Object obj,
java.lang.Object[] args)
Invokes the underlying method represented by this Method
object, on the specified object with the specified parameters.
|