esmska.gui
Class ExceptionDialog.AwtHandler

java.lang.Object
  extended by esmska.gui.ExceptionDialog.AwtHandler
Enclosing class:
ExceptionDialog

public static class ExceptionDialog.AwtHandler
extends java.lang.Object

Exception 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
ExceptionDialog.AwtHandler()
           
 
Method Summary
 void handle(java.lang.Throwable t)
          Method for handling the exception.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExceptionDialog.AwtHandler

public ExceptionDialog.AwtHandler()
Method Detail

handle

public void handle(java.lang.Throwable t)
Method for handling the exception. Just redirects to Esmska's default uncaught exception handler.