Package jisa.maths.matrices.exceptions
Class IndexException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jisa.maths.matrices.exceptions.MatrixException
-
- jisa.maths.matrices.exceptions.IndexException
-
- All Implemented Interfaces:
java.io.Serializable
public class IndexException extends MatrixException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IndexException(int row, int col, Matrix accessed)
-
-
-
Constructor Detail
-
IndexException
public IndexException(int row, int col, Matrix accessed)
-
-