Class CConfigurationStatus
- java.lang.Object
-
- org.eclipse.core.runtime.Status
-
- org.eclipse.cdt.core.settings.model.CConfigurationStatus
-
- All Implemented Interfaces:
org.eclipse.core.runtime.IStatus
public final class CConfigurationStatus extends org.eclipse.core.runtime.Status
-
-
Field Summary
Fields Modifier and Type Field Description static CConfigurationStatus
CFG_STATUS_ERROR
static CConfigurationStatus
CFG_STATUS_OK
static int
SETTINGS_INVALID
static int
TOOLCHAIN_NOT_SUPPORTED
-
Constructor Summary
Constructors Constructor Description CConfigurationStatus(int code, String message)
CConfigurationStatus(int code, String message, Throwable exception)
CConfigurationStatus(String pluginId, int code, String message, Throwable exception)
-
-
-
Field Detail
-
TOOLCHAIN_NOT_SUPPORTED
public static final int TOOLCHAIN_NOT_SUPPORTED
- See Also:
- Constant Field Values
-
SETTINGS_INVALID
public static final int SETTINGS_INVALID
- See Also:
- Constant Field Values
-
CFG_STATUS_OK
public static final CConfigurationStatus CFG_STATUS_OK
-
CFG_STATUS_ERROR
public static final CConfigurationStatus CFG_STATUS_ERROR
-
-