net.sf.ehcache.config
Class CacheConfigError
java.lang.Object
   net.sf.ehcache.config.ConfigError
net.sf.ehcache.config.ConfigError
       net.sf.ehcache.config.CacheConfigError
net.sf.ehcache.config.CacheConfigError
- public class CacheConfigError 
- extends ConfigError
Represents a config error in a cache configuration
- Author:
- Alex Snaps
 
 
 
 
CacheConfigError
public CacheConfigError(String error,
                        String cacheName)
- Constructor
 
- Parameters:
- error- the error message
- cacheName- the cache name for which this error occured
 
getCacheName
public String getCacheName()
- Returns the cache name
 
- 
- Returns:
- cache name
 
toString
public String toString()
- 
- Overrides:
- toStringin class- ConfigError
 
- 
 
Copyright 2001-2017, Terracotta, Inc.