exception-declarator:
declarator
try-statement:
@trystatement
@try
catch-statement:
@catch (exception-declarator)statement
@catch (
)
finally-statement:
@finallystatement
@finally
throw-statement:
@throw (identifier)
@throw (
try-block:
try-statement
catch-statement
[ finally-statement ]
Last updated: 2008-02-05