|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ExceptionConfiguration | |
|---|---|
| ch.elca.el4j.services.exceptionhandler | |
| Uses of ExceptionConfiguration in ch.elca.el4j.services.exceptionhandler |
|---|
| Classes in ch.elca.el4j.services.exceptionhandler that implement ExceptionConfiguration | |
|---|---|
class |
ClassExceptionConfiguration
This class configures an exception handler. |
class |
MethodNameExceptionConfiguration
This exception configuration uses the exception class as well as the invoked method's name to specify the exception handler. |
| Methods in ch.elca.el4j.services.exceptionhandler with parameters of type ExceptionConfiguration | |
|---|---|
protected Object |
AbstractExceptionHandlerInterceptor.doHandleException(Throwable t,
org.aopalliance.intercept.MethodInvocation invocation,
ExceptionConfiguration[] exceptionConfigurations)
Handles the given exception that was thrown given method invocation using the provided exception configurations. |
void |
SafetyFacadeFactoryBean.setExceptionConfigurations(ExceptionConfiguration[] exceptionConfigurations)
|
void |
SafetyFacadeInterceptor.setExceptionConfigurations(ExceptionConfiguration[] exceptionConfigurations)
Sets the exception configurations. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||