Package esmska.gui
Class ExceptionDialog.AwtHandler
- java.lang.Object
-
- esmska.gui.ExceptionDialog.AwtHandler
-
- Enclosing class:
- ExceptionDialog
public static class ExceptionDialog.AwtHandler extends java.lang.ObjectException handler for exceptions coming from EDT. Needed for handling exceptions from modal dialogs in Java 6. Read more at: http://code.google.com/p/esmska/issues/detail?id=256
-
-
Constructor Summary
Constructors Constructor Description AwtHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandle(java.lang.Throwable t)Method for handling the exception.
-