Package com.germinus.easyconf
Class ConfigurationNotFoundException
- java.lang.Object
-
- NestableRuntimeException
-
- com.germinus.easyconf.ConfigurationException
-
- com.germinus.easyconf.ConfigurationNotFoundException
-
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
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ConfigurationNotFoundException(java.lang.String componentName)
ConfigurationNotFoundException(java.lang.String componentName, java.lang.String msg)
ConfigurationNotFoundException(java.lang.String componentName, java.lang.String msg, java.lang.Throwable thr)
protected
ConfigurationNotFoundException(java.lang.String componentName, java.lang.Throwable e)
-
Method Summary
-
Methods inherited from class com.germinus.easyconf.ConfigurationException
getComponentName, getMessage
-
-
-
-
Constructor Detail
-
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)
-
-