Changed Methods |
Class[] getExceptionTypes()
|
Documentation changed from old to new. |
Returns an array of Class objects that represent the types of of exceptions declared to be thrown by the underlying constructor represented by this Constructor object. |
Class[] getParameterTypes()
|
Documentation changed from old to new. |
Returns an array of Class objects that represent the formal parameter types in declaration order of the constructor represented by this Constructor object. |
Object newInstance(Object[] )
|
Documentation changed from old to new. Changed from native to non-native.
|
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. |