SOM Kernel Reference 1-15
somExceptionId Function
Purpose
Gets the name of the exception contained in an Environment structure.
Syntax
string somExceptionId (Environment *ev);
Description
The somExceptionId function returns the name of the exception contained in the specified
Environment structure.
Parameters
ev A pointer to an Environment structure containing an exception.
Return Value
The somExceptionId function returns the name of the exception contained in the specified
Environment structure, as a string.
Example
See the somSetException function.
Related Information
Functions: somExceptionValue, somSetException, somGetGlobalEnvironment,
somdExceptionFree
Data Structures: string (somcorba.h), Environment (somcorba.h)
Kommentare zu diesen Handbüchern