Documentation of 'org.apache.commons.math3.fraction.FractionConversionException' Java class
FractionConversionException
org.apache.commons.math3.fraction

Class FractionConversionException

    • Constructor Summary

      Constructors 
      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.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • FractionConversionException

        public FractionConversionException(double value,
                                           int maxIterations)
        Constructs an exception with specified formatted detail message. Message formatting is delegated to MessageFormat.
        Parameters:
        value - double value to convert
        maxIterations - maximal number of iterations allowed
      • FractionConversionException

        public FractionConversionException(double value,
                                           long p,
                                           long q)
        Constructs an exception with specified formatted detail message. Message formatting is delegated to MessageFormat.
        Parameters:
        value - double value to convert
        p - current numerator
        q - current denominator

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.