RAISE

Short Reference

Syntax

RAISE exception.

Effect

The statement triggers the non class-based exception exception. It is only useful during processing of methods and function modules in which the exception exception is defined. After the exception exception is triggered, the system proceeds as follows:

This form of the statement RAISE cannot be used in the same processing block as the statement RAISE EXCEPTION to trigger class-based exceptions.

Note

The statement MESSAGE with the addition RAISING also triggers a non class-based exception.

Exceptions

Non-Catchable Exceptions