|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.commons.math.MathException
org.apache.commons.math.FunctionEvaluationException
org.apache.commons.math.ArgumentOutsideDomainException
public class ArgumentOutsideDomainException
Error thrown when a method is called with an out of bounds argument.
| Constructor Summary | |
|---|---|
ArgumentOutsideDomainException(double argument,
double lower,
double upper)
Constructs an exception with specified formatted detail message. |
|
| Method Summary |
|---|
| Methods inherited from class org.apache.commons.math.FunctionEvaluationException |
|---|
getArgument |
| Methods inherited from class org.apache.commons.math.MathException |
|---|
getArguments, getLocalizedMessage, getMessage, getPattern, printStackTrace, printStackTrace |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ArgumentOutsideDomainException(double argument,
double lower,
double upper)
MessageFormat.
argument - the failing function argumentlower - lower bound of the domainupper - upper bound of the domain
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||