java.lang.Object
org.omg.CORBA.ExceptionList
public abstract class ExceptionList
extends java.lang.Object
void
add(TypeCode exc)
int
count()
TypeCode
item(int index)
remove(int index)
public void add(TypeCode exc)
public int count()
public TypeCode item(int index) throws Bounds
public void remove(int index) throws Bounds