Oracle® Database PL/SQL Language Reference 11g Release 2 (11.2) Part Number E25519-05 |
|
|
PDF · Mobi · ePub |
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.
LNPLS1191Topics
LNPLS1062exception_declaration ::=
LNPLS1063exception
Name of the exception that you are declaring.
LNPLS1192Restriction on exception
You can use exception
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
. For details, see "Redeclared Predefined Exceptions". For a list of predefined exception names, see Table 11-3.LNPLS1193In this chapter:
LNPLS1194In other chapters: