Returns an array of Constructor
objects reflecting all the
constructors declared by the class represented by this
Class
object. These are public, protected, default
(package) access, and private constructors. The elements in the array
returned are not sorted and are not in any particular order. If the
class has a default constructor, it is included in the returned array.
This method returns an array of length 0 if this Class
object represents an interface, a primitive type, an array class, or
void.
See The Java Language Specification, section 8.2.
Constructor
objects representing all the
declared constructors of this class
SecurityException
| If a security manager, s, is present and any of the
following conditions is met:
|
Diagram: Class, Package, Module