Package net.sf.ehcache.config
Class CacheConfigError
- java.lang.Object
-
- net.sf.ehcache.config.ConfigError
-
- net.sf.ehcache.config.CacheConfigError
-
public class CacheConfigError extends ConfigError
Represents a config error in a cache configuration- Author:
- Alex Snaps
-
-
Constructor Summary
Constructors Constructor Description CacheConfigError(java.lang.String error, java.lang.String cacheName)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCacheName()Returns the cache namejava.lang.StringtoString()-
Methods inherited from class net.sf.ehcache.config.ConfigError
getError
-
-
-
-
Method Detail
-
getCacheName
public java.lang.String getCacheName()
Returns the cache name- Returns:
- cache name
-
toString
public java.lang.String toString()
- Overrides:
toStringin classConfigError
-
-