org.omg.CORBA
Class ExceptionList

java.lang.Object
  |
  +--org.omg.CORBA.ExceptionList

public abstract synchronized class ExceptionList
extends java.lang.Object


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

add

public abstract void add(TypeCode)

count

public abstract int count()

item

public abstract TypeCode item(int)
                       throws Bounds

remove

public abstract void remove(int)
                     throws Bounds