221222223224225226227228229
* @return the workbench error handler * @since 3.3 */ public AbstractStatusHandler getWorkbenchErrorHandler() { if (workbenchErrorHandler == null) { workbenchErrorHandler = new WorkbenchErrorHandler(); } return workbenchErrorHandler; }