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