public class ArgumentOutsideDomainException extends FunctionEvaluationException
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
public ArgumentOutsideDomainException(double argument, double lower, double upper)
MessageFormat
.argument
- the failing function argumentlower
- lower bound of the domainupper
- upper bound of the domainCopyright © 2003–2018. All rights reserved.