de.laures.cewolf
Class PostProcessingException

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


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