Class ConfigurationNotFoundException

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 Details

    • ConfigurationNotFoundException

      public ConfigurationNotFoundException(String componentName, String msg, Throwable thr)
    • ConfigurationNotFoundException

      protected ConfigurationNotFoundException(String componentName)
    • ConfigurationNotFoundException

      protected ConfigurationNotFoundException(String componentName, Throwable e)
    • ConfigurationNotFoundException

      public ConfigurationNotFoundException(String componentName, String msg)