de.laures.cewolf.taglib
Class IncompatibleDatasetException

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

public class IncompatibleDatasetException
extends ChartValidationException

This exception is thrown if a chart is created with an incompatible dataset.

Author:
glaures
See Also:
Serialized Form

Constructor Summary
IncompatibleDatasetException(java.lang.String msg)
          Constructor for IncompatibleDatasetException.
 
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

IncompatibleDatasetException

public IncompatibleDatasetException(java.lang.String msg)
Constructor for IncompatibleDatasetException.

Parameters:
msg - the excpetion message


cewolf tag library - web charts with JFreeChart