public class SingularMatrixException
extends java.lang.RuntimeException
Constructor and Description |
---|
SingularMatrixException()
Create the exception object with default values.
|
SingularMatrixException(java.lang.String str)
Create the exception object that outputs message.
|
public SingularMatrixException()
public SingularMatrixException(java.lang.String str)
str
- the message string to be output.