Documentation of 'org.apache.commons.math.linear.MatrixIndexException' Java class
MatrixIndexException
org.apache.commons.math.linear

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. as of 2.2 replaced by MatrixIndexException(Localizable, Object...)
        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

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.