Serializable, LocalizedExceptionMathIllegalArgumentException@Deprecated public class NoBracketingException extends MathIllegalArgumentException
| Constructor | Description |
|---|---|
NoBracketingException(double lo,
double hi,
double fLo,
double fHi) |
Deprecated.
Construct the exception.
|
NoBracketingException(Localizable specific,
double lo,
double hi,
double fLo,
double fHi,
Object... args) |
Deprecated.
Construct the exception with a specific context.
|
| Modifier and Type | Method | Description |
|---|---|---|
double |
getFHi() |
Deprecated.
Get the value at the higher end of the interval.
|
double |
getFLo() |
Deprecated.
Get the value at the lower end of the interval.
|
double |
getHi() |
Deprecated.
Get the higher end of the interval.
|
double |
getLo() |
Deprecated.
Get the lower end of the interval.
|
createInternalError, createInternalError, getLocalizedMessage, getMessage, getMessage, getParts, getSpecifierclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic 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 © 2016–2018 Hipparchus.org. All rights reserved.