|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.CORBA.ExceptionList
public abstract class ExceptionList
Stores exceptions that can be thrown when invoking a method of an
CORBA Object
.
Constructor Summary | |
---|---|
ExceptionList()
|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExceptionList()
Method Detail |
---|
public abstract void add(TypeCode an_exception)
public abstract int count()
public abstract TypeCode item(int at) throws Bounds
at
- the index
Bounds
- if the index is out of range.public abstract void remove(int at) throws Bounds
at
- the index
Bounds
- if the index is out of range.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |