Package aQute.bnd.classfile
Class CodeAttribute.ExceptionHandler
- java.lang.Object
-
- aQute.bnd.classfile.CodeAttribute.ExceptionHandler
-
- Enclosing class:
- CodeAttribute
public static class CodeAttribute.ExceptionHandler extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.Stringcatch_typeintend_pcinthandler_pcintstart_pc
-
Constructor Summary
Constructors Constructor Description ExceptionHandler(int start_pc, int end_pc, int handler_pc, java.lang.String catch_type)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) static CodeAttribute.ExceptionHandlerread(java.io.DataInput in, ConstantPool constant_pool)java.lang.StringtoString()(package private) intvalue_length()(package private) voidwrite(java.io.DataOutput out, ConstantPool constant_pool)
-
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
read
static CodeAttribute.ExceptionHandler read(java.io.DataInput in, ConstantPool constant_pool) throws java.io.IOException
- Throws:
java.io.IOException
-
write
void write(java.io.DataOutput out, ConstantPool constant_pool) throws java.io.IOException- Throws:
java.io.IOException
-
value_length
int value_length()
-
-