Class.getConstructors

Class.getConstructors

Class Overview | Class Members | This Package | All Packages

Syntax
public Constructor[] getConstructors() throws SecurityException
Description
Returns an array containing Constructor objects reflecting all the public constructors of the class represented by this Class object. An array of length 0 is returned if the class has no public constructors.

Exceptions
SecurityException if access to the information is denied.
See Also
Constructor