public class NoBracketingException extends MathIllegalArgumentException
| Constructor and Description |
|---|
NoBracketingException(double loIn,
double hiIn,
double fLoIn,
double fHiIn)
Construct the exception.
|
NoBracketingException(Localizable specific,
double loIn,
double hiIn,
double fLoIn,
double fHiIn,
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, getMessageaddSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NoBracketingException(double loIn,
double hiIn,
double fLoIn,
double fHiIn)
loIn - Lower end of the interval.hiIn - Higher end of the interval.fLoIn - Value at lower end of the interval.fHiIn - Value at higher end of the interval.public NoBracketingException(Localizable specific, double loIn, double hiIn, double fLoIn, double fHiIn, Object... args)
specific - Contextual information on what caused the exception.loIn - Lower end of the interval.hiIn - Higher end of the interval.fLoIn - Value at lower end of the interval.fHiIn - Value at higher end of the interval.args - Additional arguments.public double getLo()
public double getHi()
public double getFLo()
public double getFHi()
Copyright © 2025 CNES. All rights reserved.