|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.omg.CORBA.ExceptionList
Constructor Summary | |
ExceptionList()
|
Method Summary | |
abstract void |
add(TypeCode exc)
|
abstract int |
count()
|
abstract TypeCode |
item(int index)
|
abstract void |
remove(int index)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ExceptionList()
Method Detail |
public abstract int count()
public abstract void add(TypeCode exc)
public abstract TypeCode item(int index) throws Bounds
public abstract void remove(int index) throws Bounds
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |