public static class CodeAttribute.ExceptionHandler
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
catch_type |
int |
end_pc |
int |
handler_pc |
int |
start_pc |
Constructor and Description |
---|
ExceptionHandler(int start_pc,
int end_pc,
int handler_pc,
java.lang.String catch_type) |
Modifier and Type | Method and Description |
---|---|
(package private) static CodeAttribute.ExceptionHandler |
parseExceptionHandler(java.io.DataInput in,
ConstantPool constant_pool) |
java.lang.String |
toString() |
public final int start_pc
public final int end_pc
public final int handler_pc
public final java.lang.String catch_type
ExceptionHandler(int start_pc, int end_pc, int handler_pc, java.lang.String catch_type)
public java.lang.String toString()
toString
in class java.lang.Object
static CodeAttribute.ExceptionHandler parseExceptionHandler(java.io.DataInput in, ConstantPool constant_pool) throws java.io.IOException
java.io.IOException