org.apache.commons.math.exception
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:
- Serializable, MathThrowable
public class DimensionMismatchException
- extends MathIllegalNumberException
Exception to be thrown when two dimensions differ.
- Since:
- 2.2
- Version:
- $Revision$ $Date$
- See Also:
- Serialized Form
DimensionMismatchException
public DimensionMismatchException(int wrong,
int expected)
- Construct an exception from the mismatched dimensions.
- Parameters:
wrong
- Wrong dimension.expected
- Expected dimension.
getDimension
public int getDimension()
- Returns:
- the expected dimension.
Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.