Uses of Class
net.sf.ehcache.config.ConfigError
-
Packages that use ConfigError Package Description 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 Modifier and Type Class Description classCacheConfigErrorRepresents a config error in a cache configurationMethods in net.sf.ehcache.config that return types with arguments of type ConfigError Modifier and Type Method Description java.util.Collection<ConfigError>CacheConfiguration. validate(Configuration configuration)Validates the configurationjava.util.Collection<ConfigError>Configuration. validate()Validates the current configurationMethod parameters in net.sf.ehcache.config with type arguments of type ConfigError Modifier and Type Method Description voidCacheWriterConfiguration. validate(java.util.Collection<ConfigError> errors)Check for errors/inconsistencies in this configuration.Constructor parameters in net.sf.ehcache.config with type arguments of type ConfigError Constructor Description InvalidConfigurationException(java.lang.String rootCause, java.util.Collection<ConfigError> errors)Constructs a new exception with a message containing all config errorsInvalidConfigurationException(java.util.Collection<ConfigError> errors)Constructs a new exception with a message containing all config errors
-