|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IExceptionHandler
Contract for a user-definable exception handler used by JFaceFactory classes.
This interface is deliberately a sub-contract of ISafeRunnable
.
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 |
---|
void handleException(java.lang.Throwable exception)
exception
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |