org.gcube.portlets.user.homelibrary.util.config.easyconf
Class ConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.commons.lang.exception.NestableRuntimeException
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
| 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 |
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)
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.