- All Implemented Interfaces:
- Serializable, Cloneable
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 1397988 2012-10-14 01:00:48Z markt $
- Author:
- M. Dahm
- See Also:
Code
,
Serialized Form