com.germinus.easyconf
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
componentName
private java.lang.String componentName
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)
getComponentName
public java.lang.String getComponentName()
getMessage
public java.lang.String getMessage()