de.laures.cewolf
Class ConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.laures.cewolf.CewolfException
              extended by de.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.
 
Method Summary
 
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.


cewolf tag library - web charts with JFreeChart