Method.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 method
 represented by this Method object.  Returns an array of length
 0 if the method throws no checked exceptions.