public class ExceptionUtils extends Object
| Constructor and Description |
|---|
ExceptionUtils() |
| Modifier and Type | Method and Description |
|---|---|
static RuntimeException |
unchecked(Throwable e)
将CheckedException转换为UncheckedException.
|
static Throwable |
unwrap(Throwable wrapped)
代理异常解包
|
public static RuntimeException unchecked(Throwable e)
e - ThrowableCopyright © 2025. All rights reserved.