org.apache.commons.math.linear
Class InvalidMatrixException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.commons.math.linear.InvalidMatrixException
- All Implemented Interfaces:
- Serializable
public class InvalidMatrixException
- extends 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: 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 |
InvalidMatrixException
public InvalidMatrixException()
- Default constructor.
InvalidMatrixException
public InvalidMatrixException(String message)
- Construct an exception with the given message.
- Parameters:
message
- descriptive error message.
Copyright © 2003-2009 The Apache Software Foundation. All Rights Reserved.