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

Class OutOfRangeException

    • Constructor Summary

      Constructors 
      Constructor and Description
      OutOfRangeException(Localizable specific, java.lang.Number wrong, java.lang.Number lo, java.lang.Number hi)
      Construct an exception from the mismatched dimensions with a specific context information.
      OutOfRangeException(java.lang.Number wrong, java.lang.Number lo, java.lang.Number hi)
      Construct an exception from the mismatched dimensions.
    • 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.
      • OutOfRangeException

        public OutOfRangeException(Localizable specific,
                                   java.lang.Number wrong,
                                   java.lang.Number lo,
                                   java.lang.Number hi)
        Construct an exception from the mismatched dimensions with a specific context information.
        Parameters:
        specific - Context information.
        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.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.