com.germinus.easyconf
Class ConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.commons.lang.exception.NestableRuntimeException
com.germinus.easyconf.ConfigurationException
- All Implemented Interfaces:
- org.apache.commons.lang.exception.Nestable, java.io.Serializable
- Direct Known Subclasses:
- ConfigurationNotFoundException, DigesterRulesNotFoundException, InvalidPropertyException
- public class ConfigurationException
- extends org.apache.commons.lang.exception.NestableRuntimeException
Some unrecoverable but important error has ocurred while reading the configuration
- Version:
- $Revision: 1.3 $
- Author:
- Jorge Ferrer
- See Also:
- Serialized Form
Fields inherited from class org.apache.commons.lang.exception.NestableRuntimeException |
delegate |
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 |
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()
Copyright © 2005 EasyConf team. All Rights Reserved.