public interface IExceptionHandler
Modifier and Type | Method and Description |
---|---|
org.eclipse.core.runtime.IStatus |
handleException(Throwable exception)
Handle given exception
|
org.eclipse.core.runtime.IStatus handleException(Throwable exception)
exception
- the exception to handle. If null, no exception occurred.Copyright © 2004–2020 Eclipse Foundation. All rights reserved.