KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > org > omg > CORBA > ExceptionList

org.omg.CORBA
Class ExceptionList

java.lang.Object
  extended by org.omg.CORBA.ExceptionList
See Also:
Top Examples, Source Code

public abstract void add(TypeCode exc)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract int count()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public ExceptionList()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract TypeCode item(int index)
                       throws Bounds
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract void remove(int index)
                     throws Bounds
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags