public final class CConfigurationStatus
extends org.eclipse.core.runtime.Status
| Modifier and Type | Field and Description |
|---|---|
static CConfigurationStatus |
CFG_STATUS_ERROR |
static CConfigurationStatus |
CFG_STATUS_OK |
static int |
SETTINGS_INVALID |
static int |
TOOLCHAIN_NOT_SUPPORTED |
| Constructor and Description |
|---|
CConfigurationStatus(int code,
String message) |
CConfigurationStatus(int code,
String message,
Throwable exception) |
CConfigurationStatus(String pluginId,
int code,
String message,
Throwable exception) |
public static final int TOOLCHAIN_NOT_SUPPORTED
public static final int SETTINGS_INVALID
public static final CConfigurationStatus CFG_STATUS_OK
public static final CConfigurationStatus CFG_STATUS_ERROR
Copyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.