org.apache.commons.math3.fraction
public class FractionConversionException extends ConvergenceException
| Constructor and Description |
|---|
FractionConversionException(double value,
int maxIterations)
Constructs an exception with specified formatted detail message.
|
FractionConversionException(double value,
long p,
long q)
Constructs an exception with specified formatted detail message.
|
getContext, getLocalizedMessage, getMessagefillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic FractionConversionException(double value,
int maxIterations)
MessageFormat.value - double value to convertmaxIterations - maximal number of iterations allowedpublic FractionConversionException(double value,
long p,
long q)
MessageFormat.value - double value to convertp - current numeratorq - current denominatorCopyright © 2003–2015 The Apache Software Foundation. All rights reserved.