RAISE_APPLICATION_ERROR v13
The procedure, RAISE_APPLICATION_ERROR
, allows a developer to intentionally abort processing within an SPL program from which it is called 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 can then be used to identify the exception.