Package diva.gui

Class ApplicationExceptionHandler


  • public class ApplicationExceptionHandler
    extends java.lang.Object
    This class makes it easy for an application to trap exceptions in AWT event handlers. It makes use of an unpublished hook in the sun event dispatcher to trap those exceptions and call the application's showError method.
    Version:
    $Id$
    Author:
    Steve Neuendorffer
    • Constructor Detail

      • ApplicationExceptionHandler

        public ApplicationExceptionHandler()
    • Method Detail

      • handle

        public void handle​(java.lang.Throwable t)
      • setApplication

        public static void setApplication​(Application application)
      • getApplication

        public static Application getApplication()