[omniORB] Exception Hierarchy

Duncan Grisby duncan@grisby.org
Fri Nov 15 17:50:01 2002


On Wednesday 13 November, jorgefm@cirsa.com wrote:

> Is there any root exception from which all the rest are derived ?

All CORBA exceptions are derived from CORBA::Exception.
omniORB::fatalException is not a CORBA exception, so you have to catch
that explicitly, or trust that it won't happen, since it can only
happen due to an ORB bug, and of course there aren't any of
those... :-)

Cheers,

Duncan.

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