Constructor.getExceptionTypes
Class Overview | Class Members | 
  This Package | 
All Packages
 public Class[] getExceptionTypes()
Description
 Returns an array of Class objects that represent the types of
 the checked exceptions thrown by the underlying constructor
 represented by this Constructor object.  Returns an array of
 length 0 if the constructor throws no checked exceptions.