Raising an Exception

The jomRaiseException call, shown in the following example, requests the JADE Object Manager kernel to execute the exception handling selection algorithm with the exception instance referenced in the pException parameter.

int jomRaiseException(const DskHandle   *pHandle,
                      const DskObjectId *pException,
                      BYTE              cause,
                      UInt32            lineNo)

The parameters for this call are described in the following subsections.