public class NotConvergedException extends 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,
String message)
Constructor for NotConvergedException
|
Modifier and Type | Method and Description |
---|---|
NotConvergedException.Reason |
getReason()
Returns the reason for the exception
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
protected NotConvergedException.Reason reason
public NotConvergedException(NotConvergedException.Reason reason, 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()
Copyright © 2015. All Rights Reserved.