Uses of Interface
com.ultikits.ultitools.aop.ExceptionHandler
Packages that use ExceptionHandler
-
Uses of ExceptionHandler in com.ultikits.ultitools.aop
Fields in com.ultikits.ultitools.aop with type parameters of type ExceptionHandlerModifier and TypeFieldDescriptionprivate final List<ExceptionHandler> ExceptionInterceptor.globalHandlersConstructor parameters in com.ultikits.ultitools.aop with type arguments of type ExceptionHandlerModifierConstructorDescriptionExceptionInterceptor(List<ExceptionHandler> globalHandlers) Creates an exception interceptor with the given global handlers.