| Oracle® Database PL/SQL Language Reference 11g Release 2 (11.2) Part Number E17126-03 |
|
|
View PDF |
The EXCEPTION_INIT pragma associates a user-defined exception name with an error code.
The EXCEPTION_INIT pragma can appear only in the same declarative part as its associated exception, anywhere after the exception declaration.
Topics:
Syntax
exception_init_pragma ::=
Semantics
exception_name
The name of a previously declared user-defined exception.
error_code
The error code to be associated with the user-defined exception. This number can be either 100 (the numeric code for "no data found" that "SQLCODE Function" returns) or any negative integer greater than -10000000 except -1403 (another numeric code for "no data found").
Note:
NO_DATA_FOUND is a predefined exception.Examples
Related Topics
In this chapter:
In other chapters: