Package jisa.maths.matrices.exceptions
Class MatrixException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jisa.maths.matrices.exceptions.MatrixException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
DimensionException
,IndexException
,NonColException
,NonRowException
,NonSquareException
,SingularException
,SubMatrixException
public class MatrixException extends java.lang.RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MatrixException(java.lang.String message)
-