Documentation of 'org.apache.commons.math.exception.OutOfRangeException' Java class
OutOfRangeException
org.apache.commons.math.exception

Class OutOfRangeException

    • Constructor Detail

      • OutOfRangeException

        public OutOfRangeException(java.lang.Number wrong,
                                   java.lang.Number lo,
                                   java.lang.Number hi)
        Construct an exception from the mismatched dimensions.
        Parameters:
        wrong - Requested value.
        lo - Lower bound.
        hi - Higher bound.
    • Method Detail

      • getLo

        public java.lang.Number getLo()
        Returns:
        the lower bound.
      • getHi

        public java.lang.Number getHi()
        Returns:
        the higher bound.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.