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, getSpecificPatternaddSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ConvergenceException()
public ConvergenceException(Localizable specific)
specific - Specific contexte pattern.public ConvergenceException(Localizable specific, Object... args)
specific - Specific contexte pattern.args - Arguments.Copyright © 2003–2015. All rights reserved.