|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.dictccfe.and.DictAndActivity.ExcpShower
private final class DictAndActivity.ExcpShower
For showing the given exception from a background thread. Used in connection with the Handler m_handler and background threads in order to show exceptions occuring in the background.
Field Summary | |
---|---|
private android.content.Context |
m_context
The context on which to show the dialog with the exception. |
private java.lang.Exception |
m_excp
The exception to show. |
Constructor Summary | |
---|---|
DictAndActivity.ExcpShower(android.content.Context aContext)
Initializes an empty object for the given context. |
Method Summary | |
---|---|
void |
run()
Shows the exception in a separate dialog. |
void |
setExcp(java.lang.Exception anExcp)
Sets the exception to show. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.lang.Exception m_excp
private android.content.Context m_context
Constructor Detail |
---|
public DictAndActivity.ExcpShower(android.content.Context aContext)
aContext
- the context on which to show the dialog.Method Detail |
---|
public final void setExcp(java.lang.Exception anExcp)
anExcp
- the exceptionpublic final void run()
run
in interface java.lang.Runnable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |