@CodeReview(reviewer="Kevin R. Dixon",date="2008-02-26",changesNeeded=false,comments="Looks good.") @CodeReview(reviewer="Justin Basilico",date="2006-04-25",changesNeeded=false,comments="Updated missing documentation.") public class OperationNotConvergedException extends java.lang.RuntimeException
OperationNotConvergedException class is an exception that
is thrown when some mathematical operation does not converge, when it is
expected to converge.| Constructor and Description |
|---|
OperationNotConvergedException(java.lang.String message)
Creates a new
OperationNotConvergedException. |
OperationNotConvergedException(java.lang.String message,
java.lang.Throwable cause)
Creates a new
OperationNotConvergedException. |
OperationNotConvergedException(java.lang.Throwable cause)
Creates a new
OperationNotConvergedException. |
public OperationNotConvergedException(java.lang.String message)
OperationNotConvergedException.message - The detail message.public OperationNotConvergedException(java.lang.String message,
java.lang.Throwable cause)
OperationNotConvergedException.message - The detail message.cause - The cause of the exception.public OperationNotConvergedException(java.lang.Throwable cause)
OperationNotConvergedException.cause - The cause of the exception.