net.sourceforge.jfacefactories.util
Interface IExceptionHandler

All Known Implementing Classes:
DefaultExceptionHandler

public interface IExceptionHandler

Contract for a user-definable exception handler used by JFaceFactory classes.
This interface is deliberately a sub-contract of ISafeRunnable.

Since:
1.0
Author:
MikeE

Method Summary
 void handleException(java.lang.Throwable exception)
          Must handle any exception in a thread-safe manner - note that this might be called off the GUI thread.
 

Method Detail

handleException

void handleException(java.lang.Throwable exception)
Must handle any exception in a thread-safe manner - note that this might be called off the GUI thread.

Parameters:
exception -