Package org.apache.commons.math.linear
Class MatrixIndexException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.commons.math.MathRuntimeException
org.apache.commons.math.linear.MatrixIndexException
- All Implemented Interfaces:
Serializable
,MathThrowable
Thrown when an operation addresses a matrix coordinate (row, col)
which is outside of the dimensions of a matrix.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMatrixIndexException
(String pattern, Object... arguments) Deprecated.MatrixIndexException
(Localizable pattern, Object... arguments) Constructs a new instance with specified formatted detail message. -
Method Summary
Methods inherited from class org.apache.commons.math.MathRuntimeException
createArithmeticException, createArithmeticException, createArrayIndexOutOfBoundsException, createArrayIndexOutOfBoundsException, createConcurrentModificationException, createConcurrentModificationException, createEOFException, createEOFException, createIllegalArgumentException, createIllegalArgumentException, createIllegalArgumentException, createIllegalStateException, createIllegalStateException, createInternalError, createIOException, createNoSuchElementException, createNoSuchElementException, createNullPointerException, createNullPointerException, createParseException, createParseException, createUnsupportedOperationException, getArguments, getGeneralPattern, getLocalizedMessage, getMessage, getMessage, getPattern, getSpecificPattern, printStackTrace, printStackTrace
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MatrixIndexException
Deprecated.as of 2.2 replaced byMatrixIndexException(Localizable, Object...)
Constructs a new instance with specified formatted detail message.- Parameters:
pattern
- format specifierarguments
- format arguments
-
MatrixIndexException
Constructs a new instance with specified formatted detail message.- Parameters:
pattern
- format specifierarguments
- format arguments- Since:
- 2.2
-
MatrixIndexException(Localizable, Object...)