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
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExceptionTable(int name_index, int length, int[] exception_index_table, ConstantPool constant_pool)ExceptionTable(ExceptionTable c)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(ClassVisitor v)voiddump(DataOutputStream file)int[]getExceptionIndexTable()String[]getExceptionNames()intgetNumberOfExceptions()voidsetExceptionIndexTable(int[] exception_index_table)StringtoString()-
Methods inherited from class org.aspectj.apache.bcel.classfile.Attribute
getConstantPool, getLength, getName, getNameIndex, getTag, readAttribute
-
-
-
-
Constructor Detail
-
ExceptionTable
public ExceptionTable(ExceptionTable c)
-
ExceptionTable
public ExceptionTable(int name_index, int length, int[] exception_index_table, ConstantPool constant_pool)
-
-
Method Detail
-
accept
public void accept(ClassVisitor v)
-
dump
public final void dump(DataOutputStream file) throws IOException
- Overrides:
dumpin classAttribute- Throws:
IOException
-
getExceptionIndexTable
public final int[] getExceptionIndexTable()
-
getNumberOfExceptions
public final int getNumberOfExceptions()
-
getExceptionNames
public final String[] getExceptionNames()
-
setExceptionIndexTable
public final void setExceptionIndexTable(int[] exception_index_table)
-
-