cern.colt.matrix.tfloat.algo.solver
Class FloatNotConvergedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- cern.colt.matrix.tfloat.algo.solver.FloatNotConvergedException
-
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- IterativeSolverFloatNotConvergedException
public class FloatNotConvergedException 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 classFloatNotConvergedException.ReasonPossible reasons for lack of convergence
-
Constructor Summary
Constructors Constructor and Description FloatNotConvergedException(FloatNotConvergedException.Reason reason)Constructor for NotConvergedException.FloatNotConvergedException(FloatNotConvergedException.Reason reason, java.lang.String message)Constructor for NotConvergedException
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description FloatNotConvergedException.ReasongetReason()Returns the reason for the exception
-
-
-
Constructor Detail
-
FloatNotConvergedException
public FloatNotConvergedException(FloatNotConvergedException.Reason reason, java.lang.String message)
Constructor for NotConvergedException- Parameters:
reason- The reason for the lack of convergencemessage- 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
-
-
DMelt 3.0 © DataMelt by jWork.ORG