Basic control structure
try {
A series of statements;
}
catch (SomeException e) {
Handle the excpetion;
}
Previous slide
Next slide
Back to first slide
View graphic version