Serializablepublic class SingularMatrixException extends RuntimeException
| Constructor | Description |
|---|---|
SingularMatrixException() |
Create the exception object with default values.
|
SingularMatrixException(String str) |
Create the exception object that outputs message.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SingularMatrixException()
public SingularMatrixException(String str)
str - the message string to be output.