de.laures.cewolf
Class CewolfException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byde.laures.cewolf.CewolfException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ChartRenderingException, ChartValidationException, ConfigurationException, DatasetProduceException, PostProcessingException, RenderingException

public class CewolfException
extends java.lang.Exception

Base class of all Cewolf related exceptions

Author:
Guido Laures
See Also:
Serialized Form

Constructor Summary
CewolfException()
          Creates a new instance of CewolfException without detail message.
CewolfException(java.lang.String msg)
          Constructs an instance of CewolfException 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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CewolfException

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


CewolfException

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

Parameters:
msg - the detail message.