javax.vecmath
Class SingularMatrixException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.vecmath.SingularMatrixException
- All Implemented Interfaces:
- Serializable
public class SingularMatrixException
- extends RuntimeException
Indicates that inverse of a matrix can not be computed.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SingularMatrixException
public SingularMatrixException()
- Create the exception object with default values.
SingularMatrixException
public SingularMatrixException(String str)
- Create the exception object that outputs message.
- Parameters:
str
- the message string to be output.