|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExceptionHandler | |
---|---|
ch.elca.el4j.services.exceptionhandler | |
ch.elca.el4j.services.exceptionhandler.handler |
Uses of ExceptionHandler in ch.elca.el4j.services.exceptionhandler |
---|
Methods in ch.elca.el4j.services.exceptionhandler that return ExceptionHandler | |
---|---|
ExceptionHandler |
ClassExceptionConfiguration.getExceptionHandler()
|
ExceptionHandler |
ExceptionConfiguration.getExceptionHandler()
|
Methods in ch.elca.el4j.services.exceptionhandler with parameters of type ExceptionHandler | |
---|---|
void |
ClassExceptionConfiguration.setExceptionHandler(ExceptionHandler exceptionHandler)
Sets the exception handler. |
Uses of ExceptionHandler in ch.elca.el4j.services.exceptionhandler.handler |
---|
Classes in ch.elca.el4j.services.exceptionhandler.handler that implement ExceptionHandler | |
---|---|
class |
AbstractExceptionHandler
This class provides a logging setup that allows to use the target's log as well as the exception handler's. |
class |
AbstractExceptionTransformerExceptionHandler
This is a convenience abstract class to create exception transformer exception handlers. |
class |
AbstractReconfigureExceptionHandler
This class simplifies the implementation of exception handlers that use another implementation with the same semantic to fulfil the callers invocation. |
class |
AbstractRetryExceptionHandler
Retry exception handlers force the AbstractExceptionHandlerInterceptor
to rerun the complete invocation. |
class |
AbstractSwappableTargetExceptionHandler
This class simplifies the implementation of exception handlers that use another implementation with the same interface to fulfil the callers invocation. |
class |
RethrowExceptionHandler
This exception handler simply forwards all exceptions. |
class |
RetryExceptionHandler
This class implements an exception handler that tries to call the target several times after waiting a configurable delay. |
class |
RoundRobinSwappableTargetExceptionHandler
This class implements a round robin strategy to swap a proxy's target. |
class |
SequenceExceptionHandler
This class allows to specify a number of exception handlers that are called in sequence until the first succeeds, i.e. it doesn't throw an exception. |
class |
SimpleExceptionTransformerExceptionHandler
This class transforms exceptions into other exceptions. |
class |
SimpleLogExceptionHandler
This exception handler logs all exceptions and returns null . |
Methods in ch.elca.el4j.services.exceptionhandler.handler with parameters of type ExceptionHandler | |
---|---|
void |
SequenceExceptionHandler.setExceptionHandlers(ExceptionHandler[] exceptionHandlers)
Sets the exception handlers. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |