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