Table of Contents

SOMError

This call generates error message and terminates process if fatal error.

Syntax

void (*SOMError) (CORBA_long errorCode, const CORBA_char * fileName, CORBA_long lineNum);

Parameters

Return Code

None

Notes

SOMError is a global variable and can be replaced by user function

Example Code

#include <som.h>
 
SOMError(SOM_Fatal(12), __FILE__, __LINE__);

See also