| Oracle® Database PL/SQL Language Reference 11g Release 2 (11.2) Part Number E17126-03 |
|
|
View PDF |
An exception declaration declares the name of a user-defined exception. You can use the EXCEPTION_INIT pragma to assign this name to an internally defined exception.
Topics:
Syntax
exception_declaration ::=
Semantics
exception_name
An identifier—the name of the exception that you are declaring.
Restrictions on exception_name
You can use exception_name only in an EXCEPTION_INIT pragma, RAISE statement, RAISE_APPLICATION_ERROR invocation, or exception handler.
Caution:
Oracle recommends against using a predefined exception name forexception_name. For details, see "Redeclared Predefined Exceptions". For a list of predefined exception names, see Table 11-3.Examples
Related Topics
In this chapter:
In other chapters: