de.laures.cewolf
Class ConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.laures.cewolf.CewolfException
de.laures.cewolf.ConfigurationException
- All Implemented Interfaces:
- Serializable
public class ConfigurationException
- extends CewolfException
Thrown by an object which handles the production of a specific chart instance
when detecting an incorrect or unconsistent configuration.
- Author:
- Guido Laures
- 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()
- Creates a new instance of
ConfigurationException
without detail message.
ConfigurationException
public ConfigurationException(String msg)
- Constructs an instance of
ConfigurationException
with the specified detail message.
- Parameters:
msg
- the detail message.
Copyright © 2012. All Rights Reserved.