Oracle® Database PL/SQL Language Reference 11g Release 2 (11.2) Part Number E10472-02 |
|
|
View PDF |
The RAISE
statement explicitly raises a predefined or user-defined exception.
Topics:
Syntax
raise_statement ::=
Semantics
exception_name
The name of either a predefined exception (see Table 11-2) or a user-defined exception (see "Exception").
The exception_name
is optional only in an exception handler, where the default is the current exception (see "Reraising an Exception").
Examples
Related Topics
In this chapter:
In other chapters: