cern.colt.matrix.tdouble.algo.solver
Class DoubleNotConvergedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- cern.colt.matrix.tdouble.algo.solver.DoubleNotConvergedException
-
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- IterativeSolverDoubleNotConvergedException
public class DoubleNotConvergedException extends java.lang.ExceptionSignals lack of convergence of an iterative process- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class and Description static classDoubleNotConvergedException.ReasonPossible reasons for lack of convergence
-
Constructor Summary
Constructors Constructor and Description DoubleNotConvergedException(DoubleNotConvergedException.Reason reason)Constructor for NotConvergedException.DoubleNotConvergedException(DoubleNotConvergedException.Reason reason, java.lang.String message)Constructor for NotConvergedException
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description DoubleNotConvergedException.ReasongetReason()Returns the reason for the exception
-
-
-
Constructor Detail
-
DoubleNotConvergedException
public DoubleNotConvergedException(DoubleNotConvergedException.Reason reason, java.lang.String message)
Constructor for NotConvergedException- Parameters:
reason- The reason for the lack of convergencemessage- 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
-
-
DMelt 3.0 © DataMelt by jWork.ORG