p3j.misc.errors
Class GeneratorError

java.lang.Object
  extended by 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

Constructor Summary
GeneratorError(String msg)
          Default constructor.
 
Method Summary
 String getErrorMessage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeneratorError

public GeneratorError(String msg)
Default constructor.

Parameters:
msg - the error message to be displayed
Method Detail

getErrorMessage

public String getErrorMessage()


Copyright © 2012. All Rights Reserved.