|
|||||||||
PREV CLASS NEXT CLASS | All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
cern.colt.matrix.tfloat.algo.solver.FloatNotConvergedException
public class FloatNotConvergedException
Signals lack of convergence of an iterative process
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,
java.lang.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 |
---|
public FloatNotConvergedException(FloatNotConvergedException.Reason reason, java.lang.String message)
reason
- The reason for the lack of convergencemessage
- A more descriptive explanationpublic FloatNotConvergedException(FloatNotConvergedException.Reason reason)
reason
- The reason for the lack of convergenceMethod Detail |
---|
public FloatNotConvergedException.Reason getReason()
|
|||||||||
PREV CLASS NEXT CLASS | All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |