org.eclipse.cdt.debug.internal.ui
Class ErrorStatusHandler

java.lang.Object
  extended by org.eclipse.cdt.debug.internal.ui.ErrorStatusHandler
All Implemented Interfaces:
org.eclipse.debug.core.IStatusHandler

public class ErrorStatusHandler
extends java.lang.Object
implements org.eclipse.debug.core.IStatusHandler

Displays the error dialog.


Constructor Summary
ErrorStatusHandler()
           
 
Method Summary
 java.lang.Object handleStatus(org.eclipse.core.runtime.IStatus status, java.lang.Object source)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ErrorStatusHandler

public ErrorStatusHandler()
Method Detail

handleStatus

public java.lang.Object handleStatus(org.eclipse.core.runtime.IStatus status,
                                     java.lang.Object source)
                              throws org.eclipse.core.runtime.CoreException
Specified by:
handleStatus in interface org.eclipse.debug.core.IStatusHandler
Throws:
org.eclipse.core.runtime.CoreException