org.apache.commons.math.linear
Class NonSquareMatrixException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.commons.math.MathRuntimeException
org.apache.commons.math.linear.InvalidMatrixException
org.apache.commons.math.linear.NonSquareMatrixException
- All Implemented Interfaces:
- Serializable
public class NonSquareMatrixException
- extends InvalidMatrixException
Thrown when an operation defined only for square matrices is applied to non-square ones.
- Since:
- 2.0
- Version:
- $Revision: 799857 $ $Date: 2009-08-01 09:07:12 -0400 (Sat, 01 Aug 2009) $
- See Also:
- Serialized Form
Methods inherited from class org.apache.commons.math.MathRuntimeException |
createArithmeticException, createArrayIndexOutOfBoundsException, createConcurrentModificationException, createEOFException, createIllegalArgumentException, createIllegalArgumentException, createIllegalStateException, createInternalError, createIOException, createNoSuchElementException, createNullPointerException, createParseException, getArguments, getLocalizedMessage, getMessage, getMessage, getPattern, printStackTrace, printStackTrace |
NonSquareMatrixException
public NonSquareMatrixException(int rows,
int columns)
- Construct an exception with the given message.
- Parameters:
rows
- number of rows of the faulty matrixcolumns
- number of columns of the faulty matrix
Copyright © 2003-2010 The Apache Software Foundation. All Rights Reserved.