Uses of Class
org.nhindirect.config.service.ConfigurationError

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.
 



Copyright © 2013. All Rights Reserved.