public abstract class ExceptionList extends Object
Object.| Constructor and Description |
|---|
ExceptionList() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
add(TypeCode an_exception)
Add the typecode of the given exception to the list.
|
abstract int |
count()
Get the number of the stored exceptions.
|
abstract TypeCode |
item(int at)
Get the item at the given position.
|
abstract void |
remove(int at)
Remove the item at the given position.
|
public ExceptionList()
public abstract void add(TypeCode an_exception)
public abstract int count()
public abstract TypeCode item(int at) throws Bounds
at - the indexBounds - if the index is out of range.