public interface CrashReport
Notice that exceptions will only be reported for threads created by Codename One using the API's within the Display class, this will not work for exceptions within threads that are created by the new Thread() API.
Modifier and Type | Method and Description |
---|---|
void |
exception(Throwable t)
Callback for an exception that was not handled by the developer
|
void exception(Throwable t)
t
- the exception