org.ejml.alg.dense.decomposition
Class SingularMatrixException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.ejml.alg.dense.decomposition.SingularMatrixException
All Implemented Interfaces:
Serializable

public class SingularMatrixException
extends RuntimeException

This exception is thrown if an operation can not be finished because the matrix is singular. It is a RuntimeException to allow the code to be written cleaner and also because singular matrices are not always detected. Forcing an exception to be caught provides a false sense of security.

Author:
Peter Abeles
See Also:
Serialized Form

Constructor Summary
SingularMatrixException()
           
 
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()


Copyright © 2012. All Rights Reserved.