org.apache.commons.math3.exception
Class ConvergenceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
org.apache.commons.math3.exception.MathIllegalStateException
org.apache.commons.math3.exception.ConvergenceException
- All Implemented Interfaces:
- Serializable, ExceptionContextProvider
- Direct Known Subclasses:
- FractionConversionException
public class ConvergenceException
- extends MathIllegalStateException
Error thrown when a numerical computation can not be performed because the
numerical result failed to converge to a finite value.
- Since:
- 2.2
- Version:
- $Id$
- See Also:
- Serialized Form
serialVersionUID
private static final long serialVersionUID
- Serializable version Id.
- See Also:
- Constant Field Values
ConvergenceException
public ConvergenceException()
- Construct the exception.
ConvergenceException
public ConvergenceException(Localizable pattern,
Object... args)
- Construct the exception with a specific context and arguments.
- Parameters:
pattern
- Message pattern providing the specific context of
the error.args
- Arguments.
Copyright (c) 2003-2013 Apache Software Foundation