public class DoubleNotConvergedException extends Exception
Modifier and Type | Class and Description |
---|---|
static class |
DoubleNotConvergedException.Reason
Possible reasons for lack of convergence
|
Constructor and Description |
---|
DoubleNotConvergedException(DoubleNotConvergedException.Reason reason)
Constructor for NotConvergedException.
|
DoubleNotConvergedException(DoubleNotConvergedException.Reason reason,
String message)
Constructor for NotConvergedException
|
Modifier and Type | Method and Description |
---|---|
DoubleNotConvergedException.Reason |
getReason()
Returns the reason for the exception
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public DoubleNotConvergedException(DoubleNotConvergedException.Reason reason, 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 convergencepublic DoubleNotConvergedException.Reason getReason()
Jump to the Parallel Colt Homepage