| Package | Description |
|---|---|
| org.nhindirect.config.service |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationError |
ConfigurationFault.getError()
Get the value of error.
|
static ConfigurationError |
ConfigurationError.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigurationError[] |
ConfigurationError.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigurationFault.setError(ConfigurationError error)
Set the value of error.
|
| Constructor and Description |
|---|
ConfigurationFault(ConfigurationError anError)
Construct a new ConfigurationFault with a specific ConfigurationError.
|
ConfigurationFault(String aMsg,
ConfigurationError anError)
Construct a new ConfigurationFault with a specific message and
ConfigurationError.
|
Copyright © 2015. All Rights Reserved.