de.laures.cewolf
Class DatasetProduceException

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

public class DatasetProduceException
extends CewolfException

Thrown by a DatasetProducer if it has problems in creating a correct dataset.

Author:
Guido Laures
See Also:
DatasetProducer, Serialized Form

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

DatasetProduceException

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


DatasetProduceException

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

Parameters:
msg - the detail message.

DatasetProduceException

public DatasetProduceException(java.lang.String msg,
                               java.lang.Exception cause)
Constructs an instance of DatasetProduceException with the specified detail message and the underlying exception

Parameters:
msg - message
cause - cause exception


cewolf tag library - web charts with JFreeChart