de.laures.cewolf
Class DatasetProduceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.laures.cewolf.CewolfException
de.laures.cewolf.DatasetProduceException
- All Implemented Interfaces:
- 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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DatasetProduceException
public DatasetProduceException()
- Creates a new instance of
DatasetProduceException
without detail message.
DatasetProduceException
public DatasetProduceException(String msg)
- Constructs an instance of
DatasetProduceException
with the specified detail message.
- Parameters:
msg
- the detail message.
Copyright © 2012. All Rights Reserved.