SomExceptionId: Difference between revisions
Appearance
No edit summary |
|||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:somExceptionId}} | |||
This function gets the name of the exception contained in an Environment structure. | This function gets the name of the exception contained in an Environment structure. | ||
Line 26: | Line 27: | ||
* Environment (somcorba.h) | * Environment (somcorba.h) | ||
==Functions == | ==Functions == | ||
* somExceptionValue | * [[somExceptionValue]] | ||
* somExceptionFree | * [[somExceptionFree]] | ||
* [[somSetException]] | * [[somSetException]] | ||
* somGetGlobalEnvironment | * [[somGetGlobalEnvironment]] | ||
[[Category:SOM Kernel]] | [[Category:SOM Kernel]] |
Revision as of 20:03, 12 October 2017
This function gets the name of the exception contained in an Environment structure.
Syntax
Environment *env; string rc; rc = somExceptionId(env);
Parameters
- env (Environment *)
- A pointer to an Environment structure containing an exception
Return Code
- rc (string)
- Returns the name of the exception contained in the specified Environment structure, as a string.
Remarks
This function returns the name of the exception contained in the specified Environment structure.
Example Code
See function somSetException.
Related
Data Structures
- string (somcorba.h)
- Environment (somcorba.h)