Package | Description |
---|---|
net.sf.ehcache.config |
This package contains the cache configuration code.
|
Modifier and Type | Class and Description |
---|---|
class |
CacheConfigError
Represents a config error in a cache configuration
|
Modifier and Type | Method and Description |
---|---|
Collection<ConfigError> |
Configuration.validate()
Validates the current configuration
|
Collection<ConfigError> |
CacheConfiguration.validate(Configuration configuration)
Validates the configuration
|
Constructor and Description |
---|
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
|
Copyright © 2003-2013 Terracotta, Inc.. All Rights Reserved.