| java.lang.Object ti.chimera.Service ti.chimera.service.Talkback
Talkback | abstract public class Talkback extends ti.chimera.Service (Code) | | The "talkback" service, used to deal with unhandled exceptions and other
error conditions. Can be implemented to, for example, email a bug report
to the developer(s).
author: Rob Clark version: 0.1 |
Constructor Summary | |
public | Talkback() Class Constructor. |
Talkback | public Talkback()(Code) | | Class Constructor.
|
uncaughtException | abstract public void uncaughtException(Thread t, Throwable e)(Code) | | Deal with an unhandled exception. The thread (t ) may
be null , for example if the thread the exception is
thrown in is AWT event dispatch thread.
Parameters: t - the thread the exception was thrown in Parameters: e - the exception |
|
|