org.apache.commons.math.linear
Class InvalidMatrixException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.apache.commons.math.linear.InvalidMatrixException
All Implemented Interfaces:
java.io.Serializable

public class InvalidMatrixException
extends java.lang.RuntimeException

Thrown when a system attempts an operation on a matrix, and that matrix does not satisfy the preconditions for the aforementioned operation.

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
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
InvalidMatrixException()
          Default constructor.
InvalidMatrixException(java.lang.String message)
          Construct an exception with the given message.
 
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

InvalidMatrixException

public InvalidMatrixException()
Default constructor.


InvalidMatrixException

public InvalidMatrixException(java.lang.String message)
Construct an exception with the given message.

Parameters:
message - descriptive error message.