org.apache.commons.math.linear
Class MatrixIndexException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.commons.math.linear.MatrixIndexException
All Implemented Interfaces:
java.io.Serializable

public class MatrixIndexException
extends java.lang.RuntimeException

Thrown when an operation addresses a matrix coordinate (row,col) which is outside of the dimensions of a matrix.

Version:
$Revision: 512050 $ $Date: 2007-02-26 15:44:18 -0700 (Mon, 26 Feb 2007) $
See Also:
Serialized Form

Constructor Summary
MatrixIndexException()
          Deprecated. as of 1.2 replaced by #MatrixIndexException(String)
MatrixIndexException(java.lang.String message)
          Construct an exception with the given message and root cause.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MatrixIndexException

public MatrixIndexException()
Deprecated. as of 1.2 replaced by #MatrixIndexException(String)

Default constructor.


MatrixIndexException

public MatrixIndexException(java.lang.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.