de.laures.cewolf
Class CewolfException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.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.
CewolfException(java.lang.String msg, java.lang.Exception cause)
          Constructs exception with causing exception
 
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

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.

CewolfException

public CewolfException(java.lang.String msg,
                       java.lang.Exception cause)
Constructs exception with causing exception

Parameters:
msg - message
cause - cause exception


cewolf tag library - web charts with JFreeChart