org.charvolant.matrix
Class MatrixSingularException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.charvolant.matrix.MatrixException
                  extended byorg.charvolant.matrix.MatrixSingularException
All Implemented Interfaces:
java.io.Serializable

public class MatrixSingularException
extends MatrixException

Singular (uninvertable) matrix exception.

This exception is thrown when an attempt is made to invert a singular matrix.

See Also:
Serialized Form

Constructor Summary
MatrixSingularException()
           
MatrixSingularException(java.lang.String s)
           
 
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

MatrixSingularException

public MatrixSingularException()

MatrixSingularException

public MatrixSingularException(java.lang.String s)