|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
org.apache.commons.math3.exception.MathIllegalArgumentException
org.apache.commons.math3.exception.NoBracketingException
public class NoBracketingException
Exception to be thrown when function values have the same sign at both ends of an interval.
Constructor Summary | |
---|---|
NoBracketingException(double lo,
double hi,
double fLo,
double fHi)
Construct the exception. |
|
NoBracketingException(Localizable specific,
double lo,
double hi,
double fLo,
double fHi,
Object... args)
Construct the exception with a specific context. |
Method Summary | |
---|---|
double |
getFHi()
Get the value at the higher end of the interval. |
double |
getFLo()
Get the value at the lower end of the interval. |
double |
getHi()
Get the higher end of the interval. |
double |
getLo()
Get the lower end of the interval. |
Methods inherited from class org.apache.commons.math3.exception.MathIllegalArgumentException |
---|
getContext, getLocalizedMessage, getMessage |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public NoBracketingException(double lo, double hi, double fLo, double fHi)
lo
- Lower end of the interval.hi
- Higher end of the interval.fLo
- Value at lower end of the interval.fHi
- Value at higher end of the interval.public NoBracketingException(Localizable specific, double lo, double hi, double fLo, double fHi, Object... args)
specific
- Contextual information on what caused the exception.lo
- Lower end of the interval.hi
- Higher end of the interval.fLo
- Value at lower end of the interval.fHi
- Value at higher end of the interval.args
- Additional arguments.Method Detail |
---|
public double getLo()
public double getHi()
public double getFLo()
public double getFHi()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |