org.apache.commons.math.linear
Class MatrixIndexException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.commons.math.linear.MatrixIndexException
- All Implemented Interfaces:
- Serializable
- public class MatrixIndexException
- extends RuntimeException
Thrown when an operation addresses a matrix coordinate (row,col)
which is outside of the dimensions of a matrix.
- Version:
- $Revision: 348519 $ $Date: 2005-11-23 12:12:18 -0700 (Wed, 23 Nov 2005) $
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
MatrixIndexException
public MatrixIndexException()
- Default constructor.
MatrixIndexException
public MatrixIndexException(String message)
- Construct an exception with the given message and root cause.
- Parameters:
message
- descriptive error message.
Copyright © 2003-2008 The Apache Software Foundation. All Rights Reserved.