Package javax.vecmath
Class SingularMatrixException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- javax.vecmath.SingularMatrixException
-
- All Implemented Interfaces:
java.io.Serializable
public class SingularMatrixException extends java.lang.RuntimeException
Indicates that inverse of a matrix cannot be computed.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SingularMatrixException()
Creates the exception object with default values.SingularMatrixException(java.lang.String str)
Creates the exception object that outputs a message.
-
-
-
Constructor Detail
-
SingularMatrixException
public SingularMatrixException()
Creates the exception object with default values.
-
SingularMatrixException
public SingularMatrixException(java.lang.String str)
Creates the exception object that outputs a message.- Parameters:
str
- the message string to output
-
-