de.qfs.lib.util
Interface ExceptionHandler
- public interface ExceptionHandler
A handler for exceptions.
One of its intended uses is to handle Exceptions that occur on the AWT's
EventDispatchThread by installing it in the EventQueue
(works only with JDK 1.2 and above).
Another use is to handle Exceptions for a CommandDistributor
.
- Version:
- $Revision: 1.5 $
- Author:
- Gregor Schmid
Method Summary |
boolean |
handleException(java.lang.Throwable throwable)
Handle an exception. |
handleException
public boolean handleException(java.lang.Throwable throwable)
- Handle an exception.
- Parameters:
throwable
- The exception.- Returns:
- True if the exception was handled, false otherwise.