org.apache.commons.math.linear
Class InvalidMatrixException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.commons.math.MathRuntimeException
org.apache.commons.math.linear.InvalidMatrixException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- NonSquareMatrixException, SingularMatrixException
public class InvalidMatrixException
- extends MathRuntimeException
Thrown when a system attempts an operation on a matrix, and
that matrix does not satisfy the preconditions for the
aforementioned operation.
- Version:
- $Revision: 746578 $ $Date: 2009-02-21 15:01:14 -0500 (Sat, 21 Feb 2009) $
- See Also:
- Serialized Form
Methods inherited from class org.apache.commons.math.MathRuntimeException |
createArithmeticException, createArrayIndexOutOfBoundsException, createConcurrentModificationException, createEOFException, createIllegalArgumentException, createIllegalArgumentException, createIllegalStateException, createInternalError, createIOException, createNoSuchElementException, createNullPointerException, createParseException, getArguments, getLocalizedMessage, getMessage, getMessage, getPattern, printStackTrace, printStackTrace |
InvalidMatrixException
public InvalidMatrixException(String pattern,
Object... arguments)
- Construct an exception with the given message.
- Parameters:
pattern
- format specifierarguments
- format arguments- Since:
- 2.0
InvalidMatrixException
public InvalidMatrixException(Throwable cause)
- Construct an exception with the given message.
- Parameters:
cause
- the exception or error that caused this exception
to be thrown.- Since:
- 2.0
Copyright © 2003-2010 The Apache Software Foundation. All Rights Reserved.