next up previous
Next: synchronized statement Up: Compound statements Previous: switch statement

try statement

try {
    statements;
} catch (exception-declaration) {
    statements;
} finally {
    statements;
}



Dennis Seah Mon Jul 17 11:43:42 2006