The try Block

The try Block

try {
    code
}
catch and finally blocks . . 

The first step in constructing an exception handler is to enclose the code that might throw an exception within a try block.

Related concepts

The try Block — Structure map

Clickable & Draggable!

The try Block — Related pages: