public abstract class ExceptionList
extends java.lang.Object
Constructor and Description |
---|
ExceptionList() |
Modifier and Type | Method and Description |
---|---|
abstract void |
add(TypeCode exc) |
abstract int |
count() |
abstract TypeCode |
item(int index) |
abstract void |
remove(int index) |