| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception org.apache.commons.math.MathException org.apache.commons.math.ConvergenceException
ConvergenceException | public class ConvergenceException extends MathException implements Serializable(Code) | | Error thrown when a numerical computation can not be performed because the
numerical result failed to converge to a finite value.
version: $Revision: 348519 $ $Date: 2005-11-23 12:12:18 -0700 (Wed, 23 Nov 2005) $ |
ConvergenceException | public ConvergenceException()(Code) | | Default constructor.
|
ConvergenceException | public ConvergenceException(String message)(Code) | | Construct an exception with the given message.
Parameters: message - descriptive error message. |
ConvergenceException | public ConvergenceException(String message, Throwable cause)(Code) | | Construct an exception with the given message and root cause.
Parameters: message - descriptive error message. Parameters: cause - root cause. |
ConvergenceException | public ConvergenceException(Throwable throwable)(Code) | | Create an exception with a given root cause.
Parameters: throwable - caught exception causing this problem |
|
|
|