de.laures.cewolf.taglib
Class IncompatibleDatasetException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byde.laures.cewolf.CewolfException
              extended byde.laures.cewolf.ChartValidationException
                  extended byde.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.

Since:
0.9
Author:
glaures
See Also:
Serialized Form

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


Copyright © {inceptionYear}-2007 null. All Rights Reserved.