@NonNullApi
| Interface | Description |
|---|---|
| ExceptionHandler |
Interface to be implemented by exception handlers in Web-client.
|
| UiExceptionHandler |
Interface to be implemented by exception handlers defined on GUI level.
|
| UiExceptionHandler.UiContext |
Exception handling context that provides UI beans.
|
| Class | Description |
|---|---|
| AbstractUiExceptionHandler |
Base class for exception handlers determining their ability to handle an exception by its class name and optional
implementation of
AbstractUiExceptionHandler.canHandle(String, String, Throwable) method. |
| DefaultExceptionHandler |
This exception handler comes into play if no other handler in the chain has handled the exception.
|
| DeletePolicyExceptionHandler | |
| 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. |
| FileStorageExceptionHandler |