public class ExceptionList
extends org.omg.CORBA.ExceptionList
| Constructor and Description |
|---|
ExceptionList()
Constructor
|
public int count()
count in class org.omg.CORBA.ExceptionListpublic void add(org.omg.CORBA.TypeCode exc)
add in class org.omg.CORBA.ExceptionListpublic org.omg.CORBA.TypeCode item(int index)
throws org.omg.CORBA.Bounds
item in class org.omg.CORBA.ExceptionListorg.omg.CORBA.Boundspublic void remove(int index)
throws org.omg.CORBA.Bounds
remove in class org.omg.CORBA.ExceptionListorg.omg.CORBA.Bounds