org.spicefactory.cinnamon.config
Class ConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.spicefactory.cinnamon.config.ConfigurationException
- All Implemented Interfaces:
- Serializable
public class ConfigurationException
- extends RuntimeException
Exception thrown when a configuration error occurs.
- Author:
- Jens Halm
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ConfigurationException
public ConfigurationException(String message,
Throwable cause)
- Creates a new ConfigurationException.
- Parameters:
message - the error messagecause - the root cause
ConfigurationException
public ConfigurationException(String message)
- Creates a new ConfigurationException.
- Parameters:
message - the error message