|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
no.uib.cipr.matrix.NotConvergedException
public class NotConvergedException
Signals lack of convergence of an iterative process
Nested Class Summary | |
---|---|
static class |
NotConvergedException.Reason
Possible reasons for lack of convergence |
Field Summary | |
---|---|
protected NotConvergedException.Reason |
reason
The reason for this exception |
Constructor Summary | |
---|---|
NotConvergedException(NotConvergedException.Reason reason)
Constructor for NotConvergedException. |
|
NotConvergedException(NotConvergedException.Reason reason,
java.lang.String message)
Constructor for NotConvergedException |
Method Summary | |
---|---|
NotConvergedException.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 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected NotConvergedException.Reason reason
Constructor Detail |
---|
public NotConvergedException(NotConvergedException.Reason reason, java.lang.String message)
reason
- The reason for the lack of convergencemessage
- A more descriptive explanationpublic NotConvergedException(NotConvergedException.Reason reason)
reason
- The reason for the lack of convergenceMethod Detail |
---|
public NotConvergedException.Reason getReason()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |