UiExceptionHandler instead.@Deprecated public interface GenericExceptionHandler extends UiExceptionHandler
UiExceptionHandler.UiContext| Modifier and Type | Field and Description |
|---|---|
static int |
HIGHEST_PLATFORM_PRECEDENCE
Deprecated.
Defines the highest precedence for
Ordered platform handlers. |
static int |
LOWEST_PLATFORM_PRECEDENCE
Deprecated.
Defines the lowest precedence for
Ordered platform handlers. |
| Modifier and Type | Method and Description |
|---|---|
default boolean |
handle(java.lang.Throwable exception,
UiExceptionHandler.UiContext context)
Deprecated.
Handle an exception.
|
boolean |
handle(java.lang.Throwable exception,
WindowManager windowManager)
Deprecated.
|
static final int HIGHEST_PLATFORM_PRECEDENCE
Ordered platform handlers.static final int LOWEST_PLATFORM_PRECEDENCE
Ordered platform handlers.@Deprecated
boolean handle(java.lang.Throwable exception,
WindowManager windowManager)
exception - exception instancewindowManager - WindowManagerImpl instancedefault boolean handle(java.lang.Throwable exception,
UiExceptionHandler.UiContext context)
UiExceptionHandlerhandle in interface UiExceptionHandlerexception - exception instancecontext - UI context