ehcache

net.sf.ehcache.config
Class ConfigError

java.lang.Object
  extended by net.sf.ehcache.config.ConfigError
Direct Known Subclasses:
CacheConfigError

public class ConfigError
extends Object

Represents a config error

Author:
Alex Snaps

Constructor Summary
ConfigError(String error)
          Constructor
 
Method Summary
 String getError()
          Access error message
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConfigError

public ConfigError(String error)
Constructor

Parameters:
error - the error message
Method Detail

getError

public String getError()
Access error message

Returns:
error

toString

public String toString()
Overrides:
toString in class Object

ehcache

Copyright © 2003-2012 Terracotta, Inc.. All Rights Reserved.