org.apache.commons.math.linear
Class MatrixIndexException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.commons.math.MathRuntimeException
org.apache.commons.math.linear.MatrixIndexException
- All Implemented Interfaces:
- Serializable
public class MatrixIndexException
- extends MathRuntimeException
Thrown when an operation addresses a matrix coordinate (row, col)
which is outside of the dimensions of a matrix.
- Version:
- $Revision: 746578 $ $Date: 2009-02-21 15:01:14 -0500 (Sat, 21 Feb 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 |
MatrixIndexException
public MatrixIndexException(String pattern,
Object... arguments)
- Constructs a new instance with specified formatted detail message.
- Parameters:
pattern
- format specifierarguments
- format arguments
Copyright © 2003-2010 The Apache Software Foundation. All Rights Reserved.