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:
 java.io.Serializable,MathThrowable
public class OutOfRangeException extends MathIllegalNumberException
Exception to be thrown when some argument is out of range.- Since:
 - 2.2
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description OutOfRangeException(java.lang.Number wrong, java.lang.Number lo, java.lang.Number hi)Construct an exception from the mismatched dimensions. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.NumbergetHi()java.lang.NumbergetLo()- 
Methods inherited from class org.apache.commons.math.exception.MathIllegalNumberException
getArgument 
- 
Methods inherited from class org.apache.commons.math.exception.MathIllegalArgumentException
getArguments, getGeneralPattern, getLocalizedMessage, getMessage, getMessage, getSpecificPattern 
 - 
 
 -