Class CodeException

java.lang.Object
org.aspectj.apache.bcel.classfile.CodeException
All Implemented Interfaces:
Serializable, Cloneable, Node, Constants

public final class CodeException extends Object implements Cloneable, Constants, Node, Serializable
This class represents an entry in the exception table of the Code attribute and is used only there. It contains a range in which a particular exception handler is active.
Version:
$Id: CodeException.java,v 1.3 2008/05/28 23:53:02 aclement Exp $
Author:
M. Dahm
See Also: