|
MVT API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--math.exceptions.SingularMatrixException
The class SingularMatrixException is used to signal when the determinant for a system of functions vanishes. It Extends the Exception class
Field Summary |
Fields inherited from class java.lang.Exception |
|
Constructor Summary | |
SingularMatrixException()
Creates a SingularMatrixException with no arguments |
|
SingularMatrixException(java.lang.String reason)
Creates a SingularMatrixException given one String argument containing a reason describing the Exception cause. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public SingularMatrixException()
public SingularMatrixException(java.lang.String reason)
|
MVT API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |