javax.vecmath
Class SingularMatrixException
RuntimeException
javax.vecmath.SingularMatrixException
public class SingularMatrixException
extends RuntimeException
Indicates that inverse of a matrix cannot be computed.
specification 1.1, implementation $Revision: 1.5 $, $Date: 1999/10/05 07:03:50 $
SingularMatrixException
public SingularMatrixException()
Creates the exception object with default values.
SingularMatrixException
public SingularMatrixException(String str)
Creates the exception object that outputs a message.
str
- the message string to output