p3j.misc.errors
Class GeneratorError
java.lang.Object
p3j.misc.errors.GeneratorError
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ProbabilityError
public class GeneratorError
- extends Object
- implements Serializable
Basic class for all kinds of errors that need to be signalled from the
IParamAssignmentGenerator
to
the user.
Created: August 17, 2008
- Author:
- Christina Bohk, Roland Ewald
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GeneratorError
public GeneratorError(String msg)
- Default constructor.
- Parameters:
msg
- the error message to be displayed
getErrorMessage
public String getErrorMessage()
Copyright © 2012. All Rights Reserved.