org.omg.CORBA
クラス ExceptionList

java.lang.Object
  |
  +--org.omg.CORBA.ExceptionList

public abstract class ExceptionList
extends java.lang.Object


コンストラクタの概要
ExceptionList()
           
 
メソッドの概要
abstract  void add(TypeCode exc)
           
abstract  int count()
           
abstract  TypeCode item(int index)
           
abstract  void remove(int index)
           
 
クラス java.lang.Object から継承したメソッド
equals, 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

remove

public abstract void remove(int index)
                     throws Bounds