sim.util.mantissa.linalg
Class SingularMatrixException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by sim.util.mantissa.MantissaException
              extended by sim.util.mantissa.linalg.SingularMatrixException
All Implemented Interfaces:
java.io.Serializable

public class SingularMatrixException
extends MantissaException

This class represent exceptions thrown by some matrix operations.

This file is from the "Mantissa" Java software package found at http://www.spaceroots.org/software/mantissa/index.html. The license is included at the end of the source file.

See Also:
Serialized Form

Constructor Summary
SingularMatrixException(java.lang.String message)
          Simple constructor.
 
Method Summary
 
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(java.lang.String message)
Simple constructor. Build an exception with the specified message