public interface UiExceptionHandler
Modifier and Type | Interface and Description |
---|---|
static interface |
UiExceptionHandler.UiContext
Exception handling context that provides UI beans.
|
Modifier and Type | Field and Description |
---|---|
static int |
HIGHEST_PLATFORM_PRECEDENCE
Defines the highest precedence for
Ordered platform handlers. |
static int |
LOWEST_PLATFORM_PRECEDENCE
Defines the lowest precedence for
Ordered platform handlers. |
Modifier and Type | Method and Description |
---|---|
boolean |
handle(java.lang.Throwable exception,
UiExceptionHandler.UiContext context)
Handle an exception.
|
static final int HIGHEST_PLATFORM_PRECEDENCE
Ordered
platform handlers.static final int LOWEST_PLATFORM_PRECEDENCE
Ordered
platform handlers.boolean handle(java.lang.Throwable exception, UiExceptionHandler.UiContext context)
exception
- exception instancecontext
- UI context