Package org.bushe.swing.exception

A few classes that help in dealing with Swing Exceptions.

See:
          Description

Interface Summary
AWTExceptionHandler.AWTErrorLogger An implementation of this interface can be passed to the AWTExcpetionHandler to handle logging on behalf of the AWTExceptionHandler.
 

Class Summary
AWTExceptionHandler Plug this class into the AWT Thread to handle Swing Exceptions.
ExceptionDialog A dialog that displays exception that occur in the AWT Event Queue.
 

Exception Summary
SwingException Aids in Troubleshooting Swing Application Exceptions or any exception where the caller's stack may not be the exception stack (such as producer-consumer mechanisms).
 

Package org.bushe.swing.exception Description

A few classes that help in dealing with Swing Exceptions.