All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----org.omg.CORBA.ExceptionList
interface ExceptionList { readonly attribute unsigned long count; void add( in ::CORBA::TypeCode exc ); ::CORBA::TypeCode item( in unsigned long index ) raises( ::CORBA::Bounds ); void remove( in unsigned long index ) raises( ::CORBA::Bounds ); };
Operation: ::CORBA::ExceptionList::add.
Reader for attribute: ::CORBA::ExceptionList::count.
public ExceptionList()
public abstract int count()
Reader for attribute: ::CORBA::ExceptionList::count.
readonly attribute unsigned long count;
public abstract void add(TypeCode exc)
Operation: ::CORBA::ExceptionList::add.
void add( in ::CORBA::TypeCode exc );
public abstract TypeCode item(int index) throws Bounds
Operation: ::CORBA::ExceptionList::item.
::CORBA::TypeCode item( in unsigned long index ) raises( ::CORBA::Bounds );
public abstract void remove(int index) throws Bounds
Operation: ::CORBA::ExceptionList::remove.
void remove( in unsigned long index ) raises( ::CORBA::Bounds );
All Packages Class Hierarchy This Package Previous Next Index