org.apache.commons.math.exception
Class OutOfRangeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
org.apache.commons.math.exception.MathIllegalArgumentException
org.apache.commons.math.exception.MathIllegalNumberException
org.apache.commons.math.exception.OutOfRangeException
- All Implemented Interfaces:
- Serializable, MathThrowable
public class OutOfRangeException
- extends MathIllegalNumberException
Exception to be thrown when some argument is out of range.
- Since:
- 2.2
- Version:
- $Revision$ $Date$
- See Also:
- Serialized Form
OutOfRangeException
public OutOfRangeException(Number wrong,
Number lo,
Number hi)
- Construct an exception from the mismatched dimensions.
- Parameters:
wrong
- Requested value.lo
- Lower bound.hi
- Higher bound.
getLo
public Number getLo()
- Returns:
- the lower bound.
getHi
public Number getHi()
- Returns:
- the higher bound.
Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.