public final class ExceptionTable extends Attribute
Code,
Serialized Form| Constructor and Description |
|---|
ExceptionTable(ExceptionTable c)
Initialize from another object.
|
ExceptionTable(int name_index,
int length,
int[] exception_index_table,
ConstantPool constant_pool) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ClassVisitor v)
Called by objects that are traversing the nodes of the tree implicitely defined by the contents of a Java class.
|
void |
dump(java.io.DataOutputStream file)
Dump exceptions attribute to file stream in binary format.
|
int[] |
getExceptionIndexTable() |
java.lang.String[] |
getExceptionNames() |
int |
getNumberOfExceptions() |
void |
setExceptionIndexTable(int[] exception_index_table) |
java.lang.String |
toString() |
getConstantPool, getLength, getName, getNameIndex, getTag, readAttributepublic ExceptionTable(ExceptionTable c)
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 void accept(ClassVisitor v)
public final void dump(java.io.DataOutputStream file)
throws java.io.IOException
public final int[] getExceptionIndexTable()
public final int getNumberOfExceptions()
public final java.lang.String[] getExceptionNames()
public final void setExceptionIndexTable(int[] exception_index_table)
exception_index_table. - Also redefines number_of_exceptions according to table length.