src/java.xml/share/classes/com/sun/org/apache/bcel/internal/classfile/ExceptionTable.java
changeset 55496 8e0ae3830fca
parent 47216 71c04702a3d5
equal deleted inserted replaced
55495:badfa812b82a 55496:8e0ae3830fca
    33  * this class is <em>ExceptionTable</em> for historical reasons; The
    33  * this class is <em>ExceptionTable</em> for historical reasons; The
    34  * Java Virtual Machine Specification, Second Edition defines this
    34  * Java Virtual Machine Specification, Second Edition defines this
    35  * attribute using the name <em>Exceptions</em> (which is inconsistent
    35  * attribute using the name <em>Exceptions</em> (which is inconsistent
    36  * with the other classes).
    36  * with the other classes).
    37  *
    37  *
    38  * @version $Id: ExceptionTable.java 1749603 2016-06-21 20:50:19Z ggregory $
    38  * @version $Id$
    39  * @see     Code
    39  * @see     Code
    40  */
    40  */
    41 public final class ExceptionTable extends Attribute {
    41 public final class ExceptionTable extends Attribute {
    42 
    42 
    43     private int[] exception_index_table; // constant pool
    43     private int[] exception_index_table; // constant pool