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