Class ExceptionTable

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

public final class ExceptionTable extends Attribute
This class represents the table of exceptions that are thrown by a method. This attribute may be used once per method. The name of this class is ExceptionTable for historical reasons; The Java Virtual Machine Specification, Second Edition defines this attribute using the name Exceptions (which is inconsistent with the other classes).
Version:
$Id: ExceptionTable.java,v 1.5 2009/09/15 19:40:12 aclement Exp $
Author:
M. Dahm
See Also: