Member predicate FunctionDeclarationEntry :: getThrownType
Gets the i
th type specified to be thrown by the declared function
(where i
is indexed from 0). For example, if a function is declared
to throw(int,float)
, then the thrown type with index 0 would be
int
, and that with index 1 would be float
.
Type
getThrownType
(
int
i
)