@Ignored public interface IExceptionProcessor
| Modifier and Type | Interface and Description |
|---|---|
static class |
IExceptionProcessor.Result
异常处理结果
|
| Modifier and Type | Method and Description |
|---|---|
IExceptionProcessor.Result |
process(Throwable target)
获取异常处理结果
|
IExceptionProcessor.Result process(Throwable target) throws Exception
target - 目标异常对象Exception - 可能产生的任何异常Copyright © 2022. All rights reserved.