org.apache.commons.math3.exception
Class OutOfRangeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalArgumentException
-
- org.apache.commons.math3.exception.MathIllegalArgumentException
-
- org.apache.commons.math3.exception.MathIllegalNumberException
-
- org.apache.commons.math3.exception.OutOfRangeException
-
- All Implemented Interfaces:
- java.io.Serializable, ExceptionContextProvider
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 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.lang.NumbergetHi()java.lang.NumbergetLo()-
Methods inherited from class org.apache.commons.math3.exception.MathIllegalNumberException
getArgument
-
Methods inherited from class org.apache.commons.math3.exception.MathIllegalArgumentException
getContext, getLocalizedMessage, getMessage
-
-
-
-
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.
-
-
DMelt 3.0 © DataMelt by jWork.ORG