Package org.eclipse.e4.ui.workbench
Interface IExceptionHandler
-
public interface IExceptionHandlerThis handler allows clients to be notified when an exception occurs- Since:
- 1.0
- Restriction:
- This interface is not intended to be implemented by clients.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandleException(Throwable e)Call-back to handle the givenThrowable
-