|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception de.laures.cewolf.CewolfException de.laures.cewolf.PostProcessingException
public class PostProcessingException
Thrown by a DatasetProducer if it has problems in creating a correct dataset.
DatasetProducer
,
Serialized FormConstructor 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 |
---|
public PostProcessingException()
DatasetProduceException
without detail message.
public PostProcessingException(java.lang.String msg)
DatasetProduceException
with the specified detail message.
msg
- the detail message.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |