Package jebl.math
Class MatrixCalcException.NotSquareMatrixException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- jebl.math.MatrixCalcException
-
- jebl.math.MatrixCalcException.NotSquareMatrixException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- MatrixCalcException
public static class MatrixCalcException.NotSquareMatrixException extends MatrixCalcException
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class jebl.math.MatrixCalcException
MatrixCalcException.NotSquareMatrixException, MatrixCalcException.PositiveDefiniteException
-
-
Constructor Summary
Constructors Constructor Description NotSquareMatrixException()
NotSquareMatrixException(java.lang.String message)
-