Returns a Constructor
object that reflects the specified
constructor of the class or interface represented by this
Class
object. The parameterTypes
parameter is
an array of Class
objects that identify the constructor's
formal parameter types, in declared order.
If this Class
object represents an inner class
declared in a non-static context, the formal parameter types
include the explicit enclosing instance as the first parameter.
parameterTypes | the parameter array |
Constructor
object for the constructor with the
specified parameter list
NoSuchMethodException | if a matching method is not found. | |
SecurityException
| If a security manager, s, is present and any of the
following conditions is met:
|
Diagram: Class, Package, Module