de.laures.cewolf
Class ChartRenderingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.laures.cewolf.CewolfException
              extended by de.laures.cewolf.ChartRenderingException
All Implemented Interfaces:
java.io.Serializable

public class ChartRenderingException
extends CewolfException

Thrown by a renderer if a problem during the rendering process occured.

Author:
Guido Laures
See Also:
Serialized Form

Constructor Summary
ChartRenderingException()
          Creates a new instance of ChartRenderingException without detail message.
ChartRenderingException(java.lang.String msg)
          Constructs an instance of ChartRenderingException with the specified detail message.
ChartRenderingException(java.lang.String msg, java.lang.Exception cause)
          Constructor with cause 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

ChartRenderingException

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


ChartRenderingException

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

Parameters:
msg - the detail message.

ChartRenderingException

public ChartRenderingException(java.lang.String msg,
                               java.lang.Exception cause)
Constructor with cause exception

Parameters:
msg - Message
cause - cause


cewolf tag library - web charts with JFreeChart