|
||||||||||
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.MatrixIndexException
public class MatrixIndexException
Thrown when an operation addresses a matrix coordinate (row, col) which is outside of the dimensions of a matrix.
Constructor Summary | |
---|---|
MatrixIndexException(Localizable pattern,
java.lang.Object... arguments)
Constructs a new instance with specified formatted detail message. |
|
MatrixIndexException(java.lang.String pattern,
java.lang.Object... arguments)
Deprecated. as of 2.2 replaced by MatrixIndexException(Localizable, Object...) |
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 MatrixIndexException(java.lang.String pattern, java.lang.Object... arguments)
MatrixIndexException(Localizable, Object...)
pattern
- format specifierarguments
- format argumentspublic MatrixIndexException(Localizable pattern, java.lang.Object... arguments)
pattern
- format specifierarguments
- format arguments
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |