Transcription: 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.