org.apache.commons.math
Class DimensionMismatchException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.commons.math.MathException
org.apache.commons.math.DimensionMismatchException
- All Implemented Interfaces:
- Serializable, MathThrowable
Deprecated. in 2.2 (to be removed in 3.0). Please use its equivalent from package
org.apache.commons.math.exception
.
public class DimensionMismatchException
- extends MathException
Error thrown when two dimensions differ.
- Since:
- 1.2
- See Also:
- Serialized Form
Constructor Summary |
DimensionMismatchException(int dimension1,
int dimension2)
Deprecated. Construct an exception from the mismatched dimensions |
DimensionMismatchException
public DimensionMismatchException(int dimension1,
int dimension2)
- Deprecated.
- Construct an exception from the mismatched dimensions
- Parameters:
dimension1
- first dimensiondimension2
- second dimension
getDimension1
public int getDimension1()
- Deprecated.
- Get the first dimension
- Returns:
- first dimension
getDimension2
public int getDimension2()
- Deprecated.
- Get the second dimension
- Returns:
- second dimension
jHepWork 3.1 ©