Package io.bhagat.math.linearalgebra
Class Matrix.IndexNotInMatrixException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.bhagat.math.linearalgebra.Matrix.IndexNotInMatrixException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- Matrix
public class Matrix.IndexNotInMatrixException extends java.lang.RuntimeExceptionAn exception for handling if a user attempts to access an index that does not exist in the matrix- Author:
- Bhagat
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUID
-
Constructor Summary
Constructors Modifier Constructor Description privateIndexNotInMatrixException()privateIndexNotInMatrixException(int i, int j)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-