public class FloatNotConvergedException extends Exception
Modifier and Type | Class and Description |
---|---|
static class |
FloatNotConvergedException.Reason
Possible reasons for lack of convergence
|
Constructor and Description |
---|
FloatNotConvergedException(FloatNotConvergedException.Reason reason)
Constructor for NotConvergedException.
|
FloatNotConvergedException(FloatNotConvergedException.Reason reason,
String message)
Constructor for NotConvergedException
|
Modifier and Type | Method and Description |
---|---|
FloatNotConvergedException.Reason |
getReason()
Returns the reason for the exception
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public FloatNotConvergedException(FloatNotConvergedException.Reason reason, String message)
reason
- The reason for the lack of convergencemessage
- A more descriptive explanationpublic FloatNotConvergedException(FloatNotConvergedException.Reason reason)
reason
- The reason for the lack of convergencepublic FloatNotConvergedException.Reason getReason()
Jump to the Parallel Colt Homepage