|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.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 |
---|
clone, equals, finalize, 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
Bounds
public abstract void remove(int index) throws Bounds
Bounds
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |