org.gcube.portlets.user.homelibrary.util.config.easyconf
Class ConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.commons.lang.exception.NestableRuntimeException
                  extended by org.gcube.portlets.user.homelibrary.util.config.easyconf.ConfigurationException
All Implemented Interfaces:
Serializable, org.apache.commons.lang.exception.Nestable
Direct Known Subclasses:
ConfigurationNotFoundException

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(String componentName)
           
  ConfigurationException(String componentName, String msg)
           
  ConfigurationException(String componentName, String msg, Throwable thr)
           
protected ConfigurationException(String componentName, Throwable e)
           
 
Method Summary
 String getComponentName()
           
 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(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 Detail

getComponentName

public String getComponentName()

getMessage

public String getMessage()
Specified by:
getMessage in interface org.apache.commons.lang.exception.Nestable
Overrides:
getMessage in class org.apache.commons.lang.exception.NestableRuntimeException


Copyright © 2013. All Rights Reserved.