|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException net.sf.ehcache.CacheException net.sf.ehcache.config.InvalidConfigurationException
public class InvalidConfigurationException
An exception to report invalid configuration settings.
Constructor Summary | |
---|---|
InvalidConfigurationException(Collection<ConfigError> errors)
Constructs a new exception with a message containing all config errors |
|
InvalidConfigurationException(String message)
Constructs a new exception with a detailed message that explains the cause. |
|
InvalidConfigurationException(String rootCause,
Collection<ConfigError> errors)
Constructs a new exception with a message containing all config errors |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public InvalidConfigurationException(String message)
message
- the exception messagepublic InvalidConfigurationException(Collection<ConfigError> errors)
errors
- the list of error encounteredpublic InvalidConfigurationException(String rootCause, Collection<ConfigError> errors)
errors
- the list of error encountered
|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |