home *** CD-ROM | disk | FTP | other *** search
- If you want to handle an exception thrown from a code segment, you
- enclose the code segment in braces preceded by the keyword "try".
- The keyword "catch" is used to declare the exception handlers.
- The catch declaration and the code enclosed in the following
- braces form an exception handler. The code inside the braces is
- used to recover from the exception.
-