org.eclipse.cdt.internal.ui
Class CUIStatus

java.lang.Object
  extended by org.eclipse.core.runtime.Status
      extended by org.eclipse.cdt.internal.ui.CUIStatus
All Implemented Interfaces:
org.eclipse.core.runtime.IStatus

public class CUIStatus
extends org.eclipse.core.runtime.Status

Convenience class for error exceptions thrown inside JavaUI plugin.


Field Summary
 
Fields inherited from class org.eclipse.core.runtime.Status
CANCEL_STATUS, OK_STATUS
 
Fields inherited from interface org.eclipse.core.runtime.IStatus
CANCEL, ERROR, INFO, OK, WARNING
 
Constructor Summary
CUIStatus(int code, java.lang.String message, java.lang.Throwable throwable)
           
 
Method Summary
static org.eclipse.core.runtime.IStatus createError(int code, java.lang.String message, java.lang.Throwable throwable)
           
static org.eclipse.core.runtime.IStatus createError(int code, java.lang.Throwable throwable)
           
static org.eclipse.core.runtime.IStatus createInfo(int code, java.lang.String message, java.lang.Throwable throwable)
           
static org.eclipse.core.runtime.IStatus createWarning(int code, java.lang.String message, java.lang.Throwable throwable)
           
 
Methods inherited from class org.eclipse.core.runtime.Status
getChildren, getCode, getException, getMessage, getPlugin, getSeverity, isMultiStatus, isOK, matches, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CUIStatus

public CUIStatus(int code,
                 java.lang.String message,
                 java.lang.Throwable throwable)
Method Detail

createError

public static org.eclipse.core.runtime.IStatus createError(int code,
                                                           java.lang.Throwable throwable)

createError

public static org.eclipse.core.runtime.IStatus createError(int code,
                                                           java.lang.String message,
                                                           java.lang.Throwable throwable)

createWarning

public static org.eclipse.core.runtime.IStatus createWarning(int code,
                                                             java.lang.String message,
                                                             java.lang.Throwable throwable)

createInfo

public static org.eclipse.core.runtime.IStatus createInfo(int code,
                                                          java.lang.String message,
                                                          java.lang.Throwable throwable)