org.jacorb.orb.dii
Class ExceptionList

java.lang.Object
  extended by org.omg.CORBA.ExceptionList
      extended by org.jacorb.orb.dii.ExceptionList

public class ExceptionList
extends org.omg.CORBA.ExceptionList

Version:
$Id: ExceptionList.java,v 1.11 2006/06/28 12:40:16 alphonse.bendt Exp $
Author:
Gerald Brose

Constructor Summary
ExceptionList()
           
 
Method Summary
 void add(org.omg.CORBA.TypeCode tc)
           
 int count()
           
 org.omg.CORBA.TypeCode item(int index)
           
 void remove(int index)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExceptionList

public ExceptionList()
Method Detail

count

public int count()
Specified by:
count in class org.omg.CORBA.ExceptionList

add

public void add(org.omg.CORBA.TypeCode tc)
Specified by:
add in class org.omg.CORBA.ExceptionList

item

public org.omg.CORBA.TypeCode item(int index)
                            throws org.omg.CORBA.Bounds
Specified by:
item in class org.omg.CORBA.ExceptionList
Throws:
org.omg.CORBA.Bounds

remove

public void remove(int index)
            throws org.omg.CORBA.Bounds
Specified by:
remove in class org.omg.CORBA.ExceptionList
Throws:
org.omg.CORBA.Bounds