类 ExceptionInvokeDelegation
- java.lang.Object
-
- io.github.kylinhunter.commons.exception.wrapper.ExceptionInvokeDelegation
-
public class ExceptionInvokeDelegation extends java.lang.Object- 作者:
- BiJi'an
- Description:
- Date:
- 2023-03-11 10:36
-
-
构造器概要
构造器 构造器 说明 ExceptionInvokeDelegation()
-
-
-
方法详细资料
-
intercept
@RuntimeType public static java.lang.Object intercept(@Origin java.lang.reflect.Method method, @SuperCall java.util.concurrent.Callable<?> callable) throws java.lang.Throwable- 参数:
method- methodcallable- callable- 返回:
- java.lang.Object
- 抛出:
java.lang.Throwable- Description:
- intercept
- Date:
- 2023-06-20 00:00
- Title:
- intercept
-
-