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
 
 
 
 
 
CacheConfigError
public CacheConfigError(String error,
                        String cacheName)
- Constructor
- Parameters:
 error - the error messagecacheName - the cache name for which this error occured
 
getCacheName
public String getCacheName()
- Returns the cache name
- Returns:
 - cache name
 
 
 
toString
public String toString()
- Overrides:
 toString in class ConfigError
 
 
Copyright 2001-2016, Terracotta, Inc.