RAISE_APPLICATION_ERROR v14
The procedure RAISE_APPLICATION_ERROR
allows you to abort processing in an SPL program by causing an exception. The exception is handled in the same manner as described in Exception handling. In addition, the RAISE_APPLICATION_ERROR
procedure makes a user-defined code and error message available to the program, which you can then use to identify the exception.
The following is the syntax: