Products | Versions |
---|---|
Not Applicable | - |
Resolution:
In the current release, a server uses env.exception() to "throw" an exception so that the client can receive it. This is the alternative exception mechanism provided by the CORBA specification. Its advantage is that it is portable. It will work on all C plus plus compilers that we support, whereas the GNU compilers (and some others), do not support throw and catch.