org.apache.commons.math.linear
Class MatrixIndexException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.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: 1.8 $ $Date: 2004/12/06 05:49:44 $
See Also:
Serialized Form

Field Summary
(package private) static long serialVersionUID
          Serializable version identifier
 
Constructor Summary
MatrixIndexException()
          Default constructor.
MatrixIndexException(String message)
          Construct an exception with the given message and root cause.
 
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
 

Field Detail

serialVersionUID

static final long serialVersionUID
Serializable version identifier

See Also:
Constant Field Values
Constructor Detail

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-2004 The Apache Software Foundation. All Rights Reserved.