org.apache.commons.math3.exception
public class ConvergenceException extends MathIllegalStateException
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID
Serializable version Id.
|
Constructor and Description |
---|
ConvergenceException()
Construct the exception.
|
ConvergenceException(Localizable pattern,
Object... args)
Construct the exception with a specific context and arguments.
|
getContext, getLocalizedMessage, getMessage
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
private static final long serialVersionUID
public ConvergenceException()
public ConvergenceException(Localizable pattern, Object... args)
pattern
- Message pattern providing the specific context of
the error.args
- Arguments.Copyright (c) 2003-2013 Apache Software Foundation