类 SimpleAsyncUncaughtExceptionHandler
java.lang.Object
infra.aop.interceptor.SimpleAsyncUncaughtExceptionHandler
- 所有已实现的接口:
AsyncUncaughtExceptionHandler
public class SimpleAsyncUncaughtExceptionHandler
extends Object
implements AsyncUncaughtExceptionHandler
A default
AsyncUncaughtExceptionHandler that simply logs the exception.- 从以下版本开始:
- 3.0
- 作者:
- Stephane Nicoll, Juergen Hoeller, TODAY
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidhandleUncaughtException(Throwable ex, Method method, Object... params) Handle the given uncaught exception thrown from an asynchronous method.
-
字段详细资料
-
log
private static final infra.logging.Logger log
-
-
构造器详细资料
-
SimpleAsyncUncaughtExceptionHandler
public SimpleAsyncUncaughtExceptionHandler()
-
-
方法详细资料
-
handleUncaughtException
从接口复制的说明:AsyncUncaughtExceptionHandlerHandle the given uncaught exception thrown from an asynchronous method.- 指定者:
handleUncaughtException在接口中AsyncUncaughtExceptionHandler- 参数:
ex- the exception thrown from the asynchronous methodmethod- the asynchronous methodparams- the parameters used to invoked the method
-