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