com.germinus.easyconf
Class ConfigurationNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.commons.lang.exception.NestableRuntimeException
com.germinus.easyconf.ConfigurationException
com.germinus.easyconf.ConfigurationNotFoundException
- All Implemented Interfaces:
- org.apache.commons.lang.exception.Nestable, java.io.Serializable
- public class ConfigurationNotFoundException
- extends ConfigurationException
Thrown when the base properties file is not found and the getProperties
method is explicitly called in the configuration
- Author:
- jferrer
- See Also:
- Serialized Form
Fields inherited from class org.apache.commons.lang.exception.NestableRuntimeException |
delegate |
Methods inherited from class org.apache.commons.lang.exception.NestableRuntimeException |
getCause, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ConfigurationNotFoundException
public ConfigurationNotFoundException(java.lang.String componentName,
java.lang.String msg,
java.lang.Throwable thr)
ConfigurationNotFoundException
protected ConfigurationNotFoundException(java.lang.String componentName)
ConfigurationNotFoundException
protected ConfigurationNotFoundException(java.lang.String componentName,
java.lang.Throwable e)
ConfigurationNotFoundException
public ConfigurationNotFoundException(java.lang.String componentName,
java.lang.String msg)
Copyright © 2005 EasyConf team. All Rights Reserved.