Parallel Colt 0.7.2

cern.colt.matrix.tdouble.algo.solver
Class DoubleNotConvergedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by cern.colt.matrix.tdouble.algo.solver.DoubleNotConvergedException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
IterativeSolverDoubleNotConvergedException

public class DoubleNotConvergedException
extends Exception

Signals lack of convergence of an iterative process

See Also:
Serialized Form

Nested Class Summary
static class DoubleNotConvergedException.Reason
          Possible reasons for lack of convergence
 
Constructor Summary
DoubleNotConvergedException(DoubleNotConvergedException.Reason reason)
          Constructor for NotConvergedException.
DoubleNotConvergedException(DoubleNotConvergedException.Reason reason, String message)
          Constructor for NotConvergedException
 
Method Summary
 DoubleNotConvergedException.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

DoubleNotConvergedException

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

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

DoubleNotConvergedException

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

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

getReason

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


Parallel Colt 0.7.2

Jump to the Parallel Colt Homepage