Uses of Class
org.apache.commons.math.fraction.FractionConversionException

Packages that use FractionConversionException
org.apache.commons.math.fraction Fraction number type and fraction number formatting. 
 

Uses of FractionConversionException in org.apache.commons.math.fraction
 

Constructors in org.apache.commons.math.fraction that throw FractionConversionException
Fraction(double value)
          Create a fraction given the double value.
Fraction(double value, double epsilon, int maxIterations)
          Create a fraction given the double value and maximum error allowed.
Fraction(double value, double epsilon, int maxDenominator, int maxIterations)
          Create a fraction given the double value and either the maximum error allowed or the maximum number of denominator digits.
Fraction(double value, int maxDenominator)
          Create a fraction given the double value and maximum denominator.