com.moesol.ui
Class UnhandledExceptionCatchingEventQueue

java.lang.Object
  extended by java.awt.EventQueue
      extended by com.moesol.ui.UnhandledExceptionCatchingEventQueue

public class UnhandledExceptionCatchingEventQueue
extends EventQueue

Push this as the active event queue to show a dialog for unhandled exceptions.


Constructor Summary
UnhandledExceptionCatchingEventQueue()
           
 
Method Summary
protected  void dispatchEvent(AWTEvent event)
           
 void install()
           
 
Methods inherited from class java.awt.EventQueue
getCurrentEvent, getMostRecentEventTime, getNextEvent, invokeAndWait, invokeLater, isDispatchThread, peekEvent, peekEvent, pop, postEvent, push
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnhandledExceptionCatchingEventQueue

public UnhandledExceptionCatchingEventQueue()
Method Detail

install

public void install()

dispatchEvent

protected void dispatchEvent(AWTEvent event)
Overrides:
dispatchEvent in class EventQueue


Copyright © 2004 Moebius Solutions, Inc. All Rights Reserved.