org.apache.commons.math
Class ArgumentOutsideDomainException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.commons.math.MathException
org.apache.commons.math.FunctionEvaluationException
org.apache.commons.math.ArgumentOutsideDomainException
- All Implemented Interfaces:
- Serializable, MathThrowable
public class ArgumentOutsideDomainException
- extends FunctionEvaluationException
Error thrown when a method is called with an out of bounds argument.
- Since:
- 1.2
- Version:
- $Revision: 1070725 $ $Date: 2011-02-15 02:31:12 +0100 (mar. 15 f??vr. 2011) $
- See Also:
- Serialized Form
|
Field Summary |
private static long |
serialVersionUID
Serializable version identifier. |
|
Constructor Summary |
ArgumentOutsideDomainException(double argument,
double lower,
double upper)
Constructs an exception with specified formatted detail message. |
serialVersionUID
private static final long serialVersionUID
- Serializable version identifier.
- See Also:
- Constant Field Values
ArgumentOutsideDomainException
public ArgumentOutsideDomainException(double argument,
double lower,
double upper)
- Constructs an exception with specified formatted detail message.
Message formatting is delegated to
MessageFormat.
- Parameters:
argument - the failing function argumentlower - lower bound of the domainupper - upper bound of the domain
Copyright (c) 2003-2011 Apache Software Foundation