com.germinus.easyconf
Class ConfigurationNotFoundException

java.lang.Object
  extended by NestableRuntimeException
      extended by com.germinus.easyconf.ConfigurationException
          extended by 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
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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)