de.laures.cewolf
Class ConfigurationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byde.laures.cewolf.CewolfException
              extended byde.laures.cewolf.ConfigurationException
All Implemented Interfaces:
java.io.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

Constructor Summary
ConfigurationException()
          Creates a new instance of ConfigurationException without detail message.
ConfigurationException(java.lang.String msg)
          Constructs an instance of ConfigurationException with the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConfigurationException

public ConfigurationException()
Creates a new instance of ConfigurationException without detail message.


ConfigurationException

public ConfigurationException(java.lang.String msg)
Constructs an instance of ConfigurationException with the specified detail message.

Parameters:
msg - the detail message.


Copyright © {inceptionYear}-2007 null. All Rights Reserved.