org.omg.CORBA
Class ExceptionList
java.lang.Object
org.omg.CORBA.ExceptionList
- Direct Known Subclasses:
- ExceptionList
public abstract class ExceptionList
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExceptionList
public ExceptionList()
count
public abstract int count()
add
public abstract void add(TypeCode exc)
item
public abstract TypeCode item(int index)
throws Bounds
- Throws:
Bounds
remove
public abstract void remove(int index)
throws Bounds
- Throws:
Bounds
Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.