Package aQute.bnd.classfile
Class CodeAttribute.ExceptionHandler
java.lang.Object
aQute.bnd.classfile.CodeAttribute.ExceptionHandler
- Enclosing class:
- CodeAttribute
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionExceptionHandler
(int start_pc, int end_pc, int handler_pc, String catch_type) -
Method Summary
Modifier and TypeMethodDescription(package private) static CodeAttribute.ExceptionHandler
read
(DataInput in, ConstantPool constant_pool) toString()
(package private) int
(package private) void
write
(DataOutput out, ConstantPool constant_pool)
-
Field Details
-
start_pc
public final int start_pc -
end_pc
public final int end_pc -
handler_pc
public final int handler_pc -
catch_type
-
-
Constructor Details
-
ExceptionHandler
-
-
Method Details
-
toString
-
read
static CodeAttribute.ExceptionHandler read(DataInput in, ConstantPool constant_pool) throws IOException - Throws:
IOException
-
write
- Throws:
IOException
-
value_length
int value_length()
-