Parallel Colt 0.7.2

cern.colt.matrix.tfloat.algo.solver
Class FloatNotConvergedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by cern.colt.matrix.tfloat.algo.solver.FloatNotConvergedException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
IterativeSolverFloatNotConvergedException

public class FloatNotConvergedException
extends Exception

Signals lack of convergence of an iterative process

See Also:
Serialized Form

Nested Class Summary
static class FloatNotConvergedException.Reason
          Possible reasons for lack of convergence
 
Constructor Summary
FloatNotConvergedException(FloatNotConvergedException.Reason reason)
          Constructor for NotConvergedException.
FloatNotConvergedException(FloatNotConvergedException.Reason reason, String message)
          Constructor for NotConvergedException
 
Method Summary
 FloatNotConvergedException.Reason getReason()
          Returns the reason for the exception
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FloatNotConvergedException

public FloatNotConvergedException(FloatNotConvergedException.Reason reason,
                                  String message)
Constructor for NotConvergedException

Parameters:
reason - The reason for the lack of convergence
message - A more descriptive explanation

FloatNotConvergedException

public FloatNotConvergedException(FloatNotConvergedException.Reason reason)
Constructor for NotConvergedException. No message is provided

Parameters:
reason - The reason for the lack of convergence
Method Detail

getReason

public FloatNotConvergedException.Reason getReason()
Returns the reason for the exception


Parallel Colt 0.7.2

Jump to the Parallel Colt Homepage