org.omg.CORBA
public abstract class ExceptionList extends Object
Method Summary | |
---|---|
abstract void | add(TypeCode an_exception)
Add the typecode of the given exception to the list. |
abstract int | count()
Get the number of the stored exceptions. |
abstract TypeCode | item(int at)
Get the item at the given position. |
abstract void | remove(int at)
Remove the item at the given position. |
Parameters: at the index
Throws: Bounds if the index is out of range.
Parameters: at the index
Throws: Bounds if the index is out of range.