org.omg.CORBA

Class ExceptionList

Known Direct Subclasses:
ExceptionList

public abstract class ExceptionList
extends java.lang.Object

Copyright (c) 1999 Object Management Group. Unlimited rights to duplicate and use this code are hereby granted provided that this copyright notice is included.

Method Summary

void
add(TypeCode exc)
int
count()
TypeCode
item(int index)
void
remove(int index)

Method Details

add

public void add(TypeCode exc)


count

public int count()


item

public TypeCode item(int index)
            throws Bounds


remove

public void remove(int index)
            throws Bounds