| 类 | 说明 |
|---|---|
| ExceptionTableEntry |
Each method have an exception in class. it's seem like following :
exception table :
[pc: 0, pc: 32] -> 33 when : java.lang.Exception
[pc: 34, pc: 50] -> 51 when : java.lang.RuntimeException
Each row indicate a try...catch... information
start : 0
end : 32
handle position : 33
catch exception : RuntimeException
|
| ThrowExceptionContainer |
The exception container.
|
Copyright © 2015. All rights reserved.