java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.vecmath.SingularMatrixException
- All Implemented Interfaces:
Serializable
Indicates that inverse of a matrix cannot be computed.
- Version:
- specification 1.1, implementation $Revision: 1.5 $, $Date: 1999/10/05 07:03:50 $
- Author:
- Kenji hiranabe
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates the exception object with default values.Creates the exception object that outputs a 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()Creates the exception object with default values. -
SingularMatrixException
Creates the exception object that outputs a message.- Parameters:
str
- the message string to output
-