Class SingularMatrixException
Object
Throwable
Exception
RuntimeException
SingularMatrixException
- All Implemented Interfaces:
Serializable
Matrix is singular, and thus an inverse is not available.
This is a Throwable version of !@link java.awt.geom.NoninvertibleTransformException}
- Author:
- jody
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSingularMatrixException
(NoninvertibleTransformException nonInvertable) SingularMatrixException
(String message) Matrix is singular (often indicating an inverse is not available)SingularMatrixException
(String message, Throwable cause) Construct using provided message and cause -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SingularMatrixException
Matrix is singular (often indicating an inverse is not available) -
SingularMatrixException
Construct using provided message and cause -
SingularMatrixException
-