Class ShowConfigurationErrorHandler
java.lang.Object
com._1c.g5.v8.dt.internal.launching.ui.statushandlers.ShowConfigurationErrorHandler
- All Implemented Interfaces:
org.eclipse.debug.core.IStatusHandler
public class ShowConfigurationErrorHandler
extends Object
implements org.eclipse.debug.core.IStatusHandler
Launch- and debug- configurations error status handler.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.eclipse.swt.widgets.Display
Get current display.handleStatus
(org.eclipse.core.runtime.IStatus status, Object source)
-
Constructor Details
-
ShowConfigurationErrorHandler
public ShowConfigurationErrorHandler()
-
-
Method Details
-
handleStatus
public Object handleStatus(org.eclipse.core.runtime.IStatus status, Object source) throws org.eclipse.core.runtime.CoreException - Specified by:
handleStatus
in interfaceorg.eclipse.debug.core.IStatusHandler
- Throws:
org.eclipse.core.runtime.CoreException
-
getDisplay
protected org.eclipse.swt.widgets.Display getDisplay()Get current display.- Returns:
- current display
-