public class ExceptionTable
extends java.lang.Object
Constructor and Description |
---|
ExceptionTable() |
Modifier and Type | Method and Description |
---|---|
void |
addElement(ExceptionRange range)
Add an exception handler to the list
|
java.util.Enumeration |
handlers()
Return an enumeration of the exception handlers
Each element in the enumeration is an ExceptionRange
|
boolean |
isEqual(java.util.Stack msg,
java.lang.Object obj)
Compares this instance with another for structural equality.
|
public java.util.Enumeration handlers()
public void addElement(ExceptionRange range)
public boolean isEqual(java.util.Stack msg, java.lang.Object obj)
Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.