org.jacorb.orb.dii
Class ExceptionList

java.lang.Object
  extended byorg.omg.CORBA.ExceptionList
      extended byorg.jacorb.orb.dii.ExceptionList

public class ExceptionList
extends ExceptionList


Constructor Summary
ExceptionList()
           
 
Method Summary
 void add(TypeCode tc)
           
 int count()
           
 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 ExceptionList

add

public void add(TypeCode tc)
Specified by:
add in class ExceptionList

item

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

remove

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