public class ThrowableKit extends Object
| Modifier and Type | Method and Description |
|---|---|
static Throwable |
accurate(Throwable e) |
static Throwable |
accurate(Throwable e,
boolean priority)
精確錯誤定位, 從異常棧中取出最終報錯的位置
|
static Throwable |
position(Throwable e,
Class<? extends Throwable> target)
定位異常棧中某個異常
|
static String |
string(Throwable e) |
Copyright © 2019. All rights reserved.