public class ProbabilityError extends GeneratorError
Constructor and Description |
---|
ProbabilityError(boolean eqZero,
String msg)
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isEqualZero() |
getErrorMessage
public ProbabilityError(boolean eqZero, String msg)
eqZero
- flag that indicates the sum is equal to zeromsg
- the message to be displayed to the userCopyright © 2013. All Rights Reserved.