| org.eclipse.ui.internal.ide.IDEWorkbenchErrorHandler
IDEWorkbenchErrorHandler | public class IDEWorkbenchErrorHandler extends WorkbenchErrorHandler (Code) | | This is the IDE workbench error handler. The instance of this handler is
returned from
IDEWorkbenchAdvisor.getWorkbenchErrorHandler . All
handled statuses are checked against severity and logged using logging
facility (by superclass).
since: 3.3 |
Method Summary | |
public void | handle(StatusAdapter statusAdapter, int style) |
IDEWorkbenchErrorHandler | public IDEWorkbenchErrorHandler(IWorkbenchConfigurer configurer)(Code) | | Parameters: configurer - |
handle | public void handle(StatusAdapter statusAdapter, int style)(Code) | | |
|
|