Hello,<br><br>I have a very simple example idl as follows:<br><br>exception MyException {<br>&nbsp;&nbsp;&nbsp; /* ... */<br>};<br><br><br>interface MyInterface {<br>&nbsp;&nbsp;&nbsp; long raiseMyException() raises(MyException);<br>};<br><br>Using omniidl to generate c++ stubs, I notice that none of the generated code has a throw clause?<br><br>Is this default behavior or did I do somthing wrong?&nbsp; If its not the latter is there a to make the idl compiler generate these throw clauses?&nbsp; I didnt see anything in the omniidl flags to indicate this.<br><br>Thanks,<br><br>Jeff<br><br><br>