com.germinus.easyconf
Class ConfigurationNotFoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.apache.commons.lang.exception.NestableRuntimeException
                  extended bycom.germinus.easyconf.ConfigurationException
                      extended bycom.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

Field Summary
 
Fields inherited from class org.apache.commons.lang.exception.NestableRuntimeException
delegate
 
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)
           
 
Methods inherited from class com.germinus.easyconf.ConfigurationException
getComponentName, getMessage
 
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
 

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)


Copyright © 2005 EasyConf team. All Rights Reserved.