Package jisa.maths.matrices.exceptions
Class SubMatrixException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jisa.maths.matrices.exceptions.MatrixException
-
- jisa.maths.matrices.exceptions.SubMatrixException
-
- All Implemented Interfaces:
java.io.Serializable
public class SubMatrixException extends MatrixException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SubMatrixException(Matrix attempted, int[] rows, int[] cols)
SubMatrixException(Matrix attempted, Matrix sub, int row, int col)
-