Package org.eclipse.ecf.core.util
Interface IExceptionHandler
- 
 public interface IExceptionHandlerContract for general exception handler
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.core.runtime.IStatushandleException(Throwable exception)Handle given exception
 
- 
- 
- 
Method Detail- 
handleExceptionorg.eclipse.core.runtime.IStatus handleException(Throwable exception) 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.
 
 
- 
 
-