C Exception Kinds

Kind Name
Entity Performing Reference
Entity Being Referenced
C Exception Allow
func
Type1
C Exception Allowby
Type1
func
C Exception Catch
-- for future use --
-- for future use --
C Exception Catchby
-- for future use --
-- for future use --
C Exception Throw
-- for future use --
-- for future use --
C Exception Throwby
-- for future use --
-- for future use --

The Exception Allow and Exception Allowby reference kinds are references in function declarations or definitions to the allowed exceptions the function may throw. For example:

void func() throw(int, Type1); 

Scientific Toolworks, Inc.
http://www.scitools.com