ExceptionList::add

Overview Adds a single user-defined exception to an exception list.
Original class CORBA::ExceptionList
Exceptions CORBA::SystemException


Intended Usage

The add method is used by a client program to populate the ExceptionList associated with a DII request. The add method adds a single user-defined exception to an exception list. The add and add_consume methods perform the same task but differ in memory management. The add method does not assume ownership of the input TypeCode; the add_consume method does.

Syntax

  void add(CORBA::TypeCode_ptr tc);

Input parameters

tc
A pointer to the TypeCode for the user-defined exception. A system exception is raised if the input pointer is null.

Return values

None.


Related reference
CORBA module



Searchable topic ID:   rcor_model3
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_model3.html

Library | Support | Terms of Use | Feedback