Package esmska.gui

Class 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

      Constructors 
      Constructor Description
      AwtHandler()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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

      • AwtHandler

        public 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.