Class MatrixIndexException

All Implemented Interfaces:
Serializable, MathThrowable

public class MatrixIndexException extends MathRuntimeException
Thrown when an operation addresses a matrix coordinate (row, col) which is outside of the dimensions of a matrix.
Version:
$Revision: 1073255 $ $Date: 2011-02-22 09:42:06 +0100 (mar. 22 févr. 2011) $
See Also:
  • Constructor Details

    • MatrixIndexException

      @Deprecated public MatrixIndexException(String pattern, Object... arguments)
      Deprecated.
      Constructs a new instance with specified formatted detail message.
      Parameters:
      pattern - format specifier
      arguments - format arguments
    • MatrixIndexException

      public MatrixIndexException(Localizable pattern, Object... arguments)
      Constructs a new instance with specified formatted detail message.
      Parameters:
      pattern - format specifier
      arguments - format arguments
      Since:
      2.2