public class ArgumentOutsideDomainException extends FunctionEvaluationException
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID
Serializable version identifier.
|
Constructor and Description |
---|
ArgumentOutsideDomainException(double argument,
double lower,
double upper)
Constructs an exception with specified formatted detail message.
|
getArgument
getArguments, getGeneralPattern, getLocalizedMessage, getMessage, getMessage, getPattern, getSpecificPattern, printStackTrace, printStackTrace
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
private static final long serialVersionUID
public ArgumentOutsideDomainException(double argument, double lower, double upper)
MessageFormat
.argument
- the failing function argumentlower
- lower bound of the domainupper
- upper bound of the domainCopyright (c) 2003-2014 Apache Software Foundation