IDL operation declarations: raises expression

For an overview of the Interface Definition Language (IDL) operation declarations, see "IDL operation declarations".

The optional raises expression in an IDL operation declaration indicates which exceptions the operation can raise. A raises expression is specified as follows:

raises ( identifier1, identifier2, ... )

where each identifier is the name of a previously defined exception. In addition to the exceptions listed in the raises expression, an operation also can signal any of the standard exceptions. Standard exceptions, however, should not appear in a raises expression. If no raises expression is given, then an operation can raise the standard exceptions only. "IDL exception declarations" contains further information on defining exceptions and the list of standard exceptions.


Related reference
IDL operation declarations
IDL exception declarations



Searchable topic ID:   rcor_idlop3
Last updated: Jun 21, 2007 8:07:48 PM CDT    WebSphere Business Integration Server Foundation, Version 5.0.2
http://publib.boulder.ibm.com/infocenter/wasinfo/index.jsp?topic=/com.ibm.wasee.doc/info/ee/corba/ref/rcor_idlop3.html

Library | Support | Terms of Use | Feedback