Class TensorShapeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.flag4j.util.exceptions.LinearAlgebraException
org.flag4j.util.exceptions.TensorShapeException
- All Implemented Interfaces:
Serializable
An exception to be thrown when there is an error related to tensor shapes.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTensorShapeException
(String errMsg) Creates aTensorShapeException
to be thrown for a linear algebra related error. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TensorShapeException
Creates aTensorShapeException
to be thrown for a linear algebra related error.- Parameters:
errMsg
- Error message for the exception.
-