org.apache.commons.math
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
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-2013 Apache Software Foundation