org.apache.yoko.orb.CORBA
Class ExceptionList

java.lang.Object
  extended by org.omg.CORBA.ExceptionList
      extended by org.apache.yoko.orb.CORBA.ExceptionList

public final class ExceptionList
extends ExceptionList


Constructor Summary
ExceptionList()
           
 
Method Summary
 void add(TypeCode exc)
           
 int count()
           
 TypeCode item(int index)
           
 void remove(int index)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExceptionList

public ExceptionList()
Method Detail

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.