Package me.yixqiao.jlearn.exceptions
Class MatrixMathException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- me.yixqiao.jlearn.exceptions.MatrixMathException
-
- All Implemented Interfaces:
java.io.Serializable
public class MatrixMathException extends java.lang.RuntimeException
Exception when executing matrix math.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MatrixMathException()
Create an exception.MatrixMathException(java.lang.String errorMessage)
Create an exception.
-