Class MatrixIndexException

  • All Implemented Interfaces:
    java.io.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:
    Serialized Form
    • Constructor Detail

      • MatrixIndexException

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

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