Package org.eclipse.ecf.core.util
Interface IExceptionHandler
public interface IExceptionHandler
Contract for general exception handler
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.core.runtime.IStatus
handleException
(Throwable exception) Handle given exception
-
Method Details
-
handleException
Handle given exception- Parameters:
exception
- the exception to handle. If null, no exception occurred.- Returns:
- IStatus any status to return as part of asynchronous job. Should not be null.
-