com.germinus.easyconf
Class ConfigurationException

java.lang.Object
  extended by NestableRuntimeException
      extended by 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 Summary
private  java.lang.String componentName
           
 
Constructor Summary
  ConfigurationException()
           
protected ConfigurationException(java.lang.String componentName)
           
  ConfigurationException(java.lang.String componentName, java.lang.String msg)
           
  ConfigurationException(java.lang.String componentName, java.lang.String msg, java.lang.Throwable thr)
           
protected ConfigurationException(java.lang.String componentName, java.lang.Throwable e)
           
 
Method Summary
 java.lang.String getComponentName()
           
 java.lang.String getMessage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

componentName

private java.lang.String componentName
Constructor Detail

ConfigurationException

public ConfigurationException()

ConfigurationException

public ConfigurationException(java.lang.String componentName,
                              java.lang.String msg,
                              java.lang.Throwable thr)

ConfigurationException

protected ConfigurationException(java.lang.String componentName)

ConfigurationException

protected ConfigurationException(java.lang.String componentName,
                                 java.lang.Throwable e)

ConfigurationException

public ConfigurationException(java.lang.String componentName,
                              java.lang.String msg)
Method Detail

getComponentName

public java.lang.String getComponentName()

getMessage

public java.lang.String getMessage()