|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractExceptionHandlerInterceptor | |
|---|---|
| ch.elca.el4j.services.exceptionhandler | |
| ch.elca.el4j.services.exceptionhandler.handler | |
| Uses of AbstractExceptionHandlerInterceptor in ch.elca.el4j.services.exceptionhandler |
|---|
| Subclasses of AbstractExceptionHandlerInterceptor in ch.elca.el4j.services.exceptionhandler | |
|---|---|
class |
ContextExceptionHandlerInterceptor
This class allows to handle exceptions centrally. |
class |
SafetyFacadeInterceptor
This interceptor implements a safety facade. |
| Methods in ch.elca.el4j.services.exceptionhandler that return AbstractExceptionHandlerInterceptor | |
|---|---|
protected abstract AbstractExceptionHandlerInterceptor |
AbstractExceptionHandlerFactoryBean.createExceptionHandlerInterceptor()
|
protected AbstractExceptionHandlerInterceptor |
ContextExceptionHandlerFactoryBean.createExceptionHandlerInterceptor()
|
protected AbstractExceptionHandlerInterceptor |
SafetyFacadeFactoryBean.createExceptionHandlerInterceptor()
|
| Uses of AbstractExceptionHandlerInterceptor in ch.elca.el4j.services.exceptionhandler.handler |
|---|
| Methods in ch.elca.el4j.services.exceptionhandler.handler with parameters of type AbstractExceptionHandlerInterceptor | |
|---|---|
Object |
AbstractExceptionHandler.handleException(Throwable t,
AbstractExceptionHandlerInterceptor exceptionInvoker,
org.aopalliance.intercept.MethodInvocation invocation)
Handles the given exception that occurred in the invocation of the given MethodInvocation. |
Object |
ExceptionHandler.handleException(Throwable t,
AbstractExceptionHandlerInterceptor exceptionInvoker,
org.aopalliance.intercept.MethodInvocation invocation)
Handles the given exception that occurred in the invocation of the given MethodInvocation. |
Object |
RethrowExceptionHandler.handleException(Throwable t,
AbstractExceptionHandlerInterceptor exceptionInvoker,
org.aopalliance.intercept.MethodInvocation invocation)
Handles the given exception that occurred in the invocation of the given MethodInvocation. |
protected abstract Object |
AbstractExceptionHandler.handleException(Throwable t,
AbstractExceptionHandlerInterceptor exceptionInvoker,
org.aopalliance.intercept.MethodInvocation invocation,
org.slf4j.Logger logger)
Handles the given throwable thrown by the method invocation. |
protected Object |
AbstractExceptionTransformerExceptionHandler.handleException(Throwable t,
AbstractExceptionHandlerInterceptor exceptionInvoker,
org.aopalliance.intercept.MethodInvocation invocation,
org.slf4j.Logger logger)
Handles the given throwable thrown by the method invocation. |
Object |
AbstractRetryExceptionHandler.handleException(Throwable t,
AbstractExceptionHandlerInterceptor exceptionInvoker,
org.aopalliance.intercept.MethodInvocation invocation,
org.slf4j.Logger logger)
Handles the given throwable thrown by the method invocation. |
protected Object |
SequenceExceptionHandler.handleException(Throwable t,
AbstractExceptionHandlerInterceptor exceptionInvoker,
org.aopalliance.intercept.MethodInvocation invocation,
org.slf4j.Logger logger)
Handles the given throwable thrown by the method invocation. |
protected Object |
SimpleLogExceptionHandler.handleException(Throwable t,
AbstractExceptionHandlerInterceptor exceptionInvoker,
org.aopalliance.intercept.MethodInvocation invocation,
org.slf4j.Logger logger)
Handles the given throwable thrown by the method invocation. |
protected Object |
AbstractReconfigureExceptionHandler.retry(Throwable t,
AbstractExceptionHandlerInterceptor exceptionInvoker,
org.aopalliance.intercept.MethodInvocation invocation,
org.slf4j.Logger logger)
Creates a new retry exception. |
protected abstract Object |
AbstractRetryExceptionHandler.retry(Throwable t,
AbstractExceptionHandlerInterceptor exceptionInvoker,
org.aopalliance.intercept.MethodInvocation invocation,
org.slf4j.Logger logger)
Creates a new retry exception. |
protected Object |
AbstractSwappableTargetExceptionHandler.retry(Throwable t,
AbstractExceptionHandlerInterceptor exceptionInvoker,
org.aopalliance.intercept.MethodInvocation invocation,
org.slf4j.Logger logger)
Creates a new retry exception. |
protected Object |
RetryExceptionHandler.retry(Throwable t,
AbstractExceptionHandlerInterceptor exceptionInvoker,
org.aopalliance.intercept.MethodInvocation invocation,
org.slf4j.Logger logger)
Creates a new retry exception. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||