org.openorb.orb.core.dii
Class ExceptionList

java.lang.Object
  extended byorg.omg.CORBA.ExceptionList
      extended byorg.openorb.orb.core.dii.ExceptionList

public class ExceptionList
extends org.omg.CORBA.ExceptionList

This class implements the OMG class : ExceptionList. It is used when a client wants to make a remote call in order to specify what kind of exception could be raised by the remote application. The exception list does not contain exceptions byt exceptions typecodes.

Version:
$Revision: 1.4 $ $Date: 2004/02/10 21:02:47 $
Author:
Jerome Daniel

Constructor Summary
ExceptionList()
          Constructor
 
Method Summary
 void add(org.omg.CORBA.TypeCode exc)
          Add an item into the list
 int count()
          Return the list size
 org.omg.CORBA.TypeCode item(int index)
          Return an item
 void remove(int index)
          Remove an item
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExceptionList

public ExceptionList()
Constructor

Method Detail

count

public int count()
Return the list size


add

public void add(org.omg.CORBA.TypeCode exc)
Add an item into the list


item

public org.omg.CORBA.TypeCode item(int index)
                            throws org.omg.CORBA.Bounds
Return an item

Throws:
org.omg.CORBA.Bounds

remove

public void remove(int index)
            throws org.omg.CORBA.Bounds
Remove an item

Throws:
org.omg.CORBA.Bounds