public class ExceptionTable extends Object
| Constructor and Description |
|---|
ExceptionTable() |
| Modifier and Type | Method and Description |
|---|---|
void |
addElement(ExceptionRange range)
Add an exception handler to the list
|
Enumeration |
handlers()
Return an enumeration of the exception handlers
Each element in the enumeration is an ExceptionRange
|
public Enumeration handlers()
public void addElement(ExceptionRange range)
Copyright © 2013. All Rights Reserved.