Syntax
EXCEPTION WHEN exception1 [OR exception2 . . .] THEN statement1; statement2; . . .
Is an optional exception-handling clause that traps any exceptions that have not been explicitly handled
[WHEN exception3 [OR exception4. . .] THEN statement3; statement4; . . .] [WHEN OTHERS THEN statement5; statement6; . . .]
Guidelines for Trapping Exceptions
Is one or more PL/SQL or SQL statements
Is the standard name of a predefined exception or the name of a userdefined exception declared within the declarative section