Package no.uib.cipr.matrix
Class NotConvergedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
no.uib.cipr.matrix.NotConvergedException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
IterativeSolverNotConvergedException
Signals lack of convergence of an iterative process
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumPossible reasons for lack of convergence -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected NotConvergedException.ReasonThe reason for this exception -
Constructor Summary
ConstructorsConstructorDescriptionConstructor for NotConvergedException.NotConvergedException(NotConvergedException.Reason reason, String message) Constructor for NotConvergedException -
Method Summary
Modifier and TypeMethodDescriptionReturns the reason for the exceptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
reason
The reason for this exception
-
-
Constructor Details
-
NotConvergedException
Constructor for NotConvergedException- Parameters:
reason- The reason for the lack of convergencemessage- A more descriptive explanation
-
NotConvergedException
Constructor for NotConvergedException. No message is provided- Parameters:
reason- The reason for the lack of convergence
-
-
Method Details
-
getReason
Returns the reason for the exception
-