public final class ExceptionTable extends Attribute
Code
,
Serialized Formconstant_pool, length, name_index, tag
Constructor and Description |
---|
ExceptionTable(int name_index,
int length,
int[] exception_index_table,
ConstantPool constant_pool) |
Modifier and Type | Method and Description |
---|---|
Attribute |
copy(ConstantPool _constant_pool) |
void |
setExceptionIndexTable(int[] exception_index_table) |
String |
toString() |
clone, getName, getTag, readAttribute
public ExceptionTable(int name_index, int length, int[] exception_index_table, ConstantPool constant_pool)
name_index
- Index in constant poollength
- Content length in bytesexception_index_table
- Table of indices in constant poolconstant_pool
- Array of constantspublic final void setExceptionIndexTable(int[] exception_index_table)
exception_index_table
- the list of exception indexes
Also redefines number_of_exceptions according to table length.public final String toString()
public Attribute copy(ConstantPool _constant_pool)
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.