public class NotConvergedException
extends java.lang.Exception
Modifier and Type | Class and Description |
---|---|
static class |
NotConvergedException.Reason
Possible reasons for lack of convergence
|
Modifier and Type | Field and Description |
---|---|
protected NotConvergedException.Reason |
reason
The reason for this exception
|
Constructor and Description |
---|
NotConvergedException(NotConvergedException.Reason reason)
Constructor for NotConvergedException.
|
NotConvergedException(NotConvergedException.Reason reason,
java.lang.String message)
Constructor for NotConvergedException
|
Modifier and Type | Method and Description |
---|---|
NotConvergedException.Reason |
getReason()
Returns the reason for the exception
|
protected NotConvergedException.Reason reason
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 convergencepublic NotConvergedException.Reason getReason()