public class ConvergenceException extends MathIllegalStateException
Constructor and Description |
---|
ConvergenceException()
Construct the exception.
|
ConvergenceException(Localizable specific)
Construct the exception with a specific context.
|
ConvergenceException(Localizable specific,
Object... args)
Construct the exception with a specific context and arguments.
|
getArguments, getGeneralPattern, getLocalizedMessage, getMessage, getMessage, getSpecificPattern
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ConvergenceException()
public ConvergenceException(Localizable specific)
specific
- Specific contexte pattern.public ConvergenceException(Localizable specific, Object... args)
specific
- Specific contexte pattern.args
- Arguments.Copyright © 2003–2016. All rights reserved.