Interface | Description |
---|---|
ExceptionHandler |
Interface to be implemented by exception handlers in Web-client.
|
Class | Description |
---|---|
AbstractExceptionHandler |
Base class for exception handlers determining their ability to handle an exception by its class name and optional
implementation of
AbstractExceptionHandler.canHandle(String, String, Throwable) method. |
DefaultExceptionHandler |
This exception handler comes into play if no other handler in the chain has handled the exception.
|
ExceptionDialog |
This dialog can be used by exception handlers to show an information about error.
|
ExceptionHandlers |
Class that holds the collection of exception handlers and delegates unhandled exception processing to them.
|
ExceptionHandlersConfiguration |
Class that is used to configure
ExceptionHandlers via spring.xml. |
InvalidValueExceptionHandler | |
NoUserSessionHandler |
Handles
NoUserSessionException . |
NoUserSessionHandler.NoUserSessionExceptionDialog |