|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Object | +--org.argouml.application.security.ArgoAwtExceptionHandler
Argo Awt Exception handler.
This allows us to manage and hide exceptions which occur
in the AWT event queue.
Refer to EventDispatchThread for details.
| Constructor Summary | |
|---|---|
ArgoAwtExceptionHandler()
|
|
| Method Summary | |
|---|---|
void |
handle(java.lang.Throwable t)
Called from within EventDispatchThread
when an unhandled exception occurs in the Awt event queue. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ArgoAwtExceptionHandler()
| Method Detail |
public void handle(java.lang.Throwable t)
throws java.lang.Throwable
EventDispatchThread
when an unhandled exception occurs in the Awt event queue.
t - The uncaught exception.
java.lang.Throwable - to repost the exception if we do not want
to "eat" it.
|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
| ArgoUML © 1996-2004 (20040306) | ArgoUML Homepage | ArgoUML Developers' page | ArgoUML Cookbook |