de.laures.cewolf
Class PostProcessingException

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

public class PostProcessingException
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
PostProcessingException()
          Creates a new instance of DatasetProduceException without detail message.
PostProcessingException(java.lang.String msg)
          Constructs an instance of DatasetProduceException with the specified detail message.
 
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

PostProcessingException

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


PostProcessingException

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

Parameters:
msg - the detail message.


cewolf tag library - web charts with JFreeChart