public class IntervalBisectionOutOfRangeException extends RuntimeException
Constructor and Description |
---|
IntervalBisectionOutOfRangeException(double lowerRange,
double upperRange)
Constructs an
IntervalBisectionOutOfRangeException for the given input values. |
Modifier and Type | Method and Description |
---|---|
double |
getLowerRange() |
double |
getUpperRange() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public IntervalBisectionOutOfRangeException(double lowerRange, double upperRange)
IntervalBisectionOutOfRangeException
for the given input values.lowerRange
- The requested lower range for the failed bisectionupperRange
- The requested upper range for the failed bisectionpublic double getLowerRange()
public double getUpperRange()
Copyright © 2010–2018 Jadira Systems. All rights reserved.