|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.CORBA.ExceptionList
org.openorb.CORBA.dii.ExceptionList
This class implements the OMG class : ExceptionList. It is used when a client wants to make a remote call in order to specify what kind of exception could be raised by the remote application. The exception list does not contain exceptions byt exceptions typecodes.
Constructor Summary | |
---|---|
ExceptionList()
Constructor |
Method Summary | |
---|---|
void |
add(TypeCode exc)
Add an item into the list |
int |
count()
Return the list size |
TypeCode |
item(int index)
Return an item |
void |
remove(int index)
Remove an item |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ExceptionList()
Method Detail |
public int count()
count
in class ExceptionList
public void add(TypeCode exc)
add
in class ExceptionList
public TypeCode item(int index) throws Bounds
item
in class ExceptionList
Bounds
public void remove(int index) throws Bounds
remove
in class ExceptionList
Bounds
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |