Eclipse Platform
Release 3.3

org.eclipse.ui.statushandlers
Class WorkbenchErrorHandler

java.lang.Object
  extended byorg.eclipse.ui.statushandlers.AbstractStatusHandler
      extended byorg.eclipse.ui.statushandlers.WorkbenchErrorHandler

public class WorkbenchErrorHandler
extends AbstractStatusHandler

This is a default workbench error handler.

Since:
3.3
See Also:
WorkbenchAdvisor.getWorkbenchErrorHandler()

Constructor Summary
WorkbenchErrorHandler()
           
 
Method Summary
 void handle(StatusAdapter statusAdapter, int style)
          Handles StatusAdapter objects based on the set style.
 
Methods inherited from class org.eclipse.ui.statushandlers.AbstractStatusHandler
getId, getParam, getParams, setId, setParams
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkbenchErrorHandler

public WorkbenchErrorHandler()
Method Detail

handle

public void handle(StatusAdapter statusAdapter,
                   int style)
Description copied from class: AbstractStatusHandler
Handles StatusAdapter objects based on the set style.

Specified by:
handle in class AbstractStatusHandler
Parameters:
statusAdapter - the status adapter. May not be null.
style - style constant. Acceptable values are defined in StatusManager and can be combined with logical OR.
See Also:
StatusManager.BLOCK, StatusManager.NONE, StatusManager.SHOW, StatusManager.LOG

Eclipse Platform
Release 3.3

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2007. All rights reserved.