|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConfigurationError | |
|---|---|
| org.nhindirect.config.service | |
| Uses of ConfigurationError in org.nhindirect.config.service |
|---|
| Methods in org.nhindirect.config.service that return ConfigurationError | |
|---|---|
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. |
| Methods in org.nhindirect.config.service with parameters of type ConfigurationError | |
|---|---|
void |
ConfigurationFault.setError(ConfigurationError error)
Set the value of error. |
| Constructors in org.nhindirect.config.service with parameters of type ConfigurationError | |
|---|---|
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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||