Language Environment application program interfaces (API)

You can use the following APIs to modify exception handling:

  API description
__cabend() Terminates an enclave using an abend.
__le_cib_get() Returns a pointer to a condition information block (CIB) associated with a given condition token. The CIB contains detailed information about the condition.
__set_exception_handler() Activates a routine to handle an exception.
__reset_exception_handler() Removes handling of an exception by any routine.