クラス ExceptionHandlerMethod<T>
java.lang.Object
org.wcardinal.util.reflection.AbstractMethodWrapper<T>
org.wcardinal.util.reflection.MethodWrapper<T>
org.wcardinal.util.reflection.ExceptionHandlerMethod<T>
- すべての実装されたインタフェース:
Comparable<ExceptionHandlerMethod<T>>
public class ExceptionHandlerMethod<T>
extends MethodWrapper<T>
implements Comparable<ExceptionHandlerMethod<T>>
-
コンストラクタの概要
コンストラクタコンストラクタ説明ExceptionHandlerMethod
(Method method, org.springframework.core.ResolvableType implementationType) -
メソッドの概要
修飾子とタイプメソッド説明call
(MethodContainer container, TrackingData trackingData, MethodHook hook, Object instance, Throwable throwable, Method method) int
compareTo
(ExceptionHandlerMethod<T> other) クラスから継承されたメソッド org.wcardinal.util.reflection.MethodWrapper
call, callUndecorated, init
クラスから継承されたメソッド org.wcardinal.util.reflection.AbstractMethodWrapper
getLockRequirement
-
コンストラクタの詳細
-
ExceptionHandlerMethod
public ExceptionHandlerMethod(Method method, org.springframework.core.ResolvableType implementationType)
-
-
メソッドの詳細
-
compareTo
- 定義:
compareTo
インタフェース内Comparable<T>
-
call
public MethodResult<T> call(MethodContainer container, TrackingData trackingData, MethodHook hook, Object instance, Throwable throwable, Method method)
-