Uses of Class
net.sf.ehcache.config.InvalidConfigurationException
-
Packages that use InvalidConfigurationException Package Description net.sf.ehcache.config This package contains the cache configuration code.net.sf.ehcache.search.attribute This package contains classes for ehcache search attributes -
-
Uses of InvalidConfigurationException in net.sf.ehcache.config
Methods in net.sf.ehcache.config that throw InvalidConfigurationException Modifier and Type Method Description voidSearchable. addSearchAttribute(SearchAttribute searchAttribute)Add the given search attributeConfiguration.RuntimeCfgConfiguration. setupFor(CacheManager cacheManager, java.lang.String fallbackName)Freezes part of the configuration that need to be, and runs validation checks on the Configuration. -
Uses of InvalidConfigurationException in net.sf.ehcache.search.attribute
Constructors in net.sf.ehcache.search.attribute that throw InvalidConfigurationException Constructor Description ReflectionAttributeExtractor(java.lang.String expression)Create a new ReflectionAttributeExtractor
-