public static interface Callback.UncaughtExceptionHandler
Modifier and Type | Method and Description |
---|---|
void |
uncaughtException(Callback c,
java.lang.Throwable e)
Method invoked when the given callback throws an uncaught
exception.
|
void uncaughtException(Callback c, java.lang.Throwable e)
Any exception thrown by this method will be ignored.