public class ConvergenceException extends MathException
Constructor and Description |
---|
ConvergenceException()
Default constructor.
|
ConvergenceException(Localizable pattern,
Object... arguments)
Constructs an exception with specified formatted detail message.
|
ConvergenceException(String pattern,
Object... arguments)
Deprecated.
as of 2.2 replaced by
ConvergenceException(Localizable, Object...) |
ConvergenceException(Throwable cause)
Create an exception with a given root cause.
|
ConvergenceException(Throwable cause,
Localizable pattern,
Object... arguments)
Constructs an exception with specified formatted detail message and root cause.
|
ConvergenceException(Throwable cause,
String pattern,
Object... arguments)
Deprecated.
as of 2.2 replaced by
ConvergenceException(Throwable, Localizable, Object...) |
getArguments, getGeneralPattern, getLocalizedMessage, getMessage, getMessage, getPattern, getSpecificPattern, printStackTrace, printStackTrace
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
public ConvergenceException()
@Deprecated public ConvergenceException(String pattern, Object... arguments)
ConvergenceException(Localizable, Object...)
MessageFormat
.pattern
- format specifierarguments
- format argumentspublic ConvergenceException(Localizable pattern, Object... arguments)
MessageFormat
.pattern
- format specifierarguments
- format argumentspublic ConvergenceException(Throwable cause)
cause
- the exception or error that caused this exception to be thrown@Deprecated public ConvergenceException(Throwable cause, String pattern, Object... arguments)
ConvergenceException(Throwable, Localizable, Object...)
MessageFormat
.cause
- the exception or error that caused this exception to be thrownpattern
- format specifierarguments
- format argumentspublic ConvergenceException(Throwable cause, Localizable pattern, Object... arguments)
MessageFormat
.cause
- the exception or error that caused this exception to be thrownpattern
- format specifierarguments
- format argumentsCopyright © 2003–2019. All rights reserved.