Package toxi.geom
Class SingularMatrixException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
toxi.geom.SingularMatrixException
- All Implemented Interfaces:
Serializable
Indicates that inverse of a matrix can not be computed.
- See Also:
-
Constructor Summary
ConstructorDescriptionCreate the exception object with default values.Create the exception object that outputs message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SingularMatrixException
public SingularMatrixException()Create the exception object with default values. -
SingularMatrixException
Create the exception object that outputs message.- Parameters:
str
- the message string to be output.
-