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 specific)
Construct the exception with a specific context.
|
ConvergenceException(Localizable specific,
java.lang.Object... args)
Construct the exception with a specific context and arguments.
|
getArguments, getGeneralPattern, getLocalizedMessage, getMessage, getMessage, getSpecificPattern
private static final long serialVersionUID
public ConvergenceException()
public ConvergenceException(Localizable specific)
specific
- Specific contexte pattern.public ConvergenceException(Localizable specific, java.lang.Object... args)
specific
- Specific contexte pattern.args
- Arguments.Copyright (c) 2003-2013 Apache Software Foundation