Class OutOfRangeException

    • Constructor Detail

      • OutOfRangeException

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

        public OutOfRangeException​(Localizable specific,
                                   Number wrong,
                                   Number lo,
                                   Number hi)
        Deprecated.
        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 Number getLo()
        Deprecated.
        Returns:
        the lower bound.
      • getHi

        public Number getHi()
        Deprecated.
        Returns:
        the higher bound.