net.sf.jomic.ui
Class AwtExceptionHandler
java.lang.Object
net.sf.jomic.ui.AwtExceptionHandler
public final class AwtExceptionHandler
- extends Object
Generic error handler for errors that fall through to AWT standard handler.
- Author:
- Thomas Aglassinger
|
Method Summary |
void |
handle(Throwable error)
Handle error by showing it in a dialog. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AwtExceptionHandler
public AwtExceptionHandler()
handle
public void handle(Throwable error)
- Handle
error by showing it in a dialog.