|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface indicating that the object represents an exception-throwing Java entity
Method Summary | |
Type[] |
getExceptionTypes()
Returns an array of Type objects that represent the
types of the checked exceptions that might be thrown by this Java
entity. |
Method Detail |
public Type[] getExceptionTypes()
Type
objects that represent the
types of the checked exceptions that might be thrown by this Java
entity. If this Java entity throws no checked exceptions, then an
array of length 0 is returned.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |