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.
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