com.sdm.quasar.client.swing.application
Class SwingEDTExceptionHandlerAdapter

java.lang.Object
  extended bycom.sdm.quasar.client.swing.application.SwingEDTExceptionHandlerAdapter

public class SwingEDTExceptionHandlerAdapter
extends java.lang.Object

An adapter to handle exceptions occured within the swing event queue to get handled by the ErrorHandler.

Version:
1.$Revision$
Author:
Thomas Wolf

Constructor Summary
SwingEDTExceptionHandlerAdapter()
          Creates a new SwingEDTExceptionHandlerAdapter.
 
Method Summary
 void handle(java.lang.Throwable throwable)
          This method gets called when an Exception is caught in the EDT.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SwingEDTExceptionHandlerAdapter

public SwingEDTExceptionHandlerAdapter()
Creates a new SwingEDTExceptionHandlerAdapter.

Method Detail

handle

public void handle(java.lang.Throwable throwable)
This method gets called when an Exception is caught in the EDT.

Parameters:
throwable - caught Exception