fhm.edu.fem.exception
Class CholeskyFailedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by fhm.edu.fem.exception.CholeskyFailedException
All Implemented Interfaces:
java.io.Serializable

public class CholeskyFailedException
extends java.lang.Exception

Class Description: Exception thrown in case the Cholesky fails

Author:
Thomas Woellert (thomas@woellert.net), Stefan Weissbach (weissbst@gmx.de)
See Also:
Serialized Form

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

CholeskyFailedException

public CholeskyFailedException()