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
- Version:
- $Revision: 1061778 $ $Date: 2011-01-21 13:12:39 +0100 (ven. 21 janv. 2011) $
- 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
Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.