public interface GenericExceptionHandler
| 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,
WindowManager windowManager)
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,
WindowManager windowManager)
exception - exception instancewindowManager - WindowManager instance