de.laures.cewolf
Class DatasetProduceException

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


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