[omniORB] CORBA exceptions aren't std::exceptions

Duncan Grisby duncan at grisby.org
Mon May 16 17:02:20 BST 2005


On Friday 13 May, "Slawomir Lisznianski" wrote:

> Is there a reason why CORBA exceptions (System or User) aren't derived
> from std::exception? I do not see anywhere in the C++ IDL mapping that
> prohibits vendors from doing so. 

The C++ mapping gives the class definition for base CORBA::Exception,
and that doesn't derive from std::exception. What advantage would there
be in doing that?

Cheers,

Duncan.

-- 
 -- Duncan Grisby         --
  -- duncan at grisby.org     --
   -- http://www.grisby.org --



More information about the omniORB-list mailing list