Class DimensionMismatchException
- 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.DimensionMismatchException
-
- All Implemented Interfaces:
java.io.Serializable
,MathThrowable
public class DimensionMismatchException extends MathIllegalNumberException
Exception to be thrown when two dimensions differ.- Since:
- 2.2
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DimensionMismatchException(int wrong, int expected)
Construct an exception from the mismatched dimensions.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getDimension()
-
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
-
-