public class NoBracketingException extends MathIllegalArgumentException
Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
getContext, getLocalizedMessage, getMessage
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
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.public double getLo()
public double getHi()
public double getFLo()
public double getFHi()
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.