Class ConfigurationException

java.lang.Object
NestableRuntimeException
com.germinus.easyconf.ConfigurationException
Direct Known Subclasses:
ConfigurationNotFoundException, DigesterRulesNotFoundException, InvalidPropertyException

public class ConfigurationException extends NestableRuntimeException
Some unrecoverable but important error has ocurred while reading the configuration
Version:
$Revision: 1.3 $
Author:
Jorge Ferrer
  • Field Details

    • componentName

      private String componentName
  • Constructor Details

    • ConfigurationException

      public ConfigurationException()
    • ConfigurationException

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

      protected ConfigurationException(String componentName)
    • ConfigurationException

      protected ConfigurationException(String componentName, Throwable e)
    • ConfigurationException

      public ConfigurationException(String componentName, String msg)
  • Method Details

    • getComponentName

      public String getComponentName()
    • getMessage

      public String getMessage()