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:
- java.io.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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
serialVersionUID
private static final long serialVersionUID
- Serializable version Id.
- See Also:
- Constant Field Values
dimension
private final int dimension
- Correct dimension.
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 (c) 2003-2013 Apache Software Foundation