|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConfigError | |
---|---|
net.sf.ehcache.config | This package contains the cache configuration code. |
Uses of ConfigError in net.sf.ehcache.config |
---|
Subclasses of ConfigError in net.sf.ehcache.config | |
---|---|
class |
CacheConfigError
Represents a config error in a cache configuration |
Methods in net.sf.ehcache.config that return types with arguments of type ConfigError | |
---|---|
Collection<ConfigError> |
Configuration.validate()
Validates the current configuration |
Collection<ConfigError> |
CacheConfiguration.validate(Configuration configuration)
Validates the configuration |
Method parameters in net.sf.ehcache.config with type arguments of type ConfigError | |
---|---|
void |
CacheWriterConfiguration.validate(Collection<ConfigError> errors)
Check for errors/inconsistencies in this configuration. |
Constructor parameters in net.sf.ehcache.config with type arguments of type ConfigError | |
---|---|
InvalidConfigurationException(Collection<ConfigError> errors)
Constructs a new exception with a message containing all config errors |
|
InvalidConfigurationException(String rootCause,
Collection<ConfigError> errors)
Constructs a new exception with a message containing all config errors |
|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |