public static class CodeAttribute.ExceptionHandler extends Object
| Modifier and Type | Field and Description |
|---|---|
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,
String catch_type) |
Copyright © 2021. All rights reserved.