MVT API

math.exceptions
Class SingularMatrixException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--math.exceptions.SingularMatrixException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
SingularJacobianException

public class SingularMatrixException
extends java.lang.Exception

The class SingularMatrixException is used to signal when the determinant for a system of functions vanishes. It Extends the Exception class

Since:
JDK1.1
Author:
Darin Gillis
See Also:
Serialized Form

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

SingularMatrixException

public SingularMatrixException()
Creates a SingularMatrixException with no arguments


SingularMatrixException

public SingularMatrixException(java.lang.String reason)
Creates a SingularMatrixException given one String argument containing a reason describing the Exception cause.


MVT API

mvt.icons