public abstract class ExceptionList extends java.lang.Object
ExceptionList()
abstract void
add(TypeCode exc)
abstract int
count()
abstract TypeCode
item(int index)
remove(int index)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ExceptionList()
public abstract int count()
public abstract void add(TypeCode exc)
public abstract TypeCode item(int index) throws Bounds
Bounds
public abstract void remove(int index) throws Bounds