public interface UncaughtExceptionHandler
MicroUI.setUncaughtExceptionHandler(UncaughtExceptionHandler)
Modifier and Type | Method and Description |
---|---|
void |
uncaughtException(Throwable e)
Method invoked when the given uncaught exception occurs in MicroUI library.
|
void uncaughtException(Throwable e)
e
- the uncaught exception.