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
public ArgumentOutsideDomainException(double argument, double lower, double upper)
MessageFormat
.argument
- the failing function argumentlower
- lower bound of the domainupper
- upper bound of the domainCopyright © 2010 - 2020 Adobe. All Rights Reserved