Package org.eclipse.jface.window
Interface Window.IExceptionHandler
- All Known Implementing Classes:
ExceptionHandler
- Enclosing class:
- Window
public static interface Window.IExceptionHandler
This interface defines a Exception Handler which can be set as a global
handler and will be called if an exception happens in the event loop.
-
Method Summary
-
Method Details
-
handleException
Handle the exception.- Parameters:
t
- The exception that occurred.
-