com.germinus.easyconf
Class ConfigurationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.apache.commons.lang.exception.NestableRuntimeException
                  extended bycom.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

Field Summary
 
Fields inherited from class org.apache.commons.lang.exception.NestableRuntimeException
delegate
 
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 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
 

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()


Copyright © 2005 EasyConf team. All Rights Reserved.