|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.commons.math.MathRuntimeException
org.apache.commons.math.linear.InvalidMatrixException
public class InvalidMatrixException
Thrown when a system attempts an operation on a matrix, and that matrix does not satisfy the preconditions for the aforementioned operation.
Constructor Summary | |
---|---|
InvalidMatrixException(Localizable pattern,
Object... arguments)
Construct an exception with the given message. |
|
InvalidMatrixException(String pattern,
Object... arguments)
Deprecated. since 2.2 replaced by InvalidMatrixException(Localizable, Object...) |
|
InvalidMatrixException(Throwable cause)
Construct an exception with the given message. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
@Deprecated public InvalidMatrixException(String pattern, Object... arguments)
InvalidMatrixException(Localizable, Object...)
pattern
- format specifierarguments
- format argumentspublic InvalidMatrixException(Localizable pattern, Object... arguments)
pattern
- format specifierarguments
- format argumentspublic InvalidMatrixException(Throwable cause)
cause
- the exception or error that caused this exception
to be thrown.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |