The try statement -- syntax
try {
statements
} catch (exceptionclass1 variable1) {
statements2
} catch (exceptionclass2 variable2) {
statements3
} catch . . .
Previous slide
Next slide
Back to first slide
View graphic version