|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectti.chimera.Service
ti.chimera.service.Talkback
public abstract class Talkback
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).
Constructor Summary | |
---|---|
Talkback()
Class Constructor. |
Method Summary | |
---|---|
abstract void |
uncaughtException(java.lang.Thread t,
java.lang.Throwable e)
Deal with an unhandled exception. |
Methods inherited from class ti.chimera.Service |
---|
getName, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Talkback()
Method Detail |
---|
public abstract void uncaughtException(java.lang.Thread t, java.lang.Throwable e)
t
) may
be null
, for example if the thread the exception is
thrown in is AWT event dispatch thread.
t
- the thread the exception was thrown ine
- the exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |