public class ConvergenceException extends MathException
Constructor and Description |
---|
ConvergenceException()
Default constructor.
|
ConvergenceException(Localizable pattern,
java.lang.Object... arguments)
Constructs an exception with specified formatted detail message.
|
ConvergenceException(java.lang.String pattern,
java.lang.Object... arguments)
Deprecated.
as of 2.2 replaced by
ConvergenceException(Localizable, Object...) |
ConvergenceException(java.lang.Throwable cause)
Create an exception with a given root cause.
|
ConvergenceException(java.lang.Throwable cause,
Localizable pattern,
java.lang.Object... arguments)
Constructs an exception with specified formatted detail message and root cause.
|
ConvergenceException(java.lang.Throwable cause,
java.lang.String pattern,
java.lang.Object... arguments)
Deprecated.
as of 2.2 replaced by
ConvergenceException(Throwable, Localizable, Object...) |
getArguments, getGeneralPattern, getLocalizedMessage, getMessage, getMessage, getPattern, getSpecificPattern, printStackTrace, printStackTrace
public ConvergenceException()
@Deprecated public ConvergenceException(java.lang.String pattern, java.lang.Object... arguments)
ConvergenceException(Localizable, Object...)
MessageFormat
.pattern
- format specifierarguments
- format argumentspublic ConvergenceException(Localizable pattern, java.lang.Object... arguments)
MessageFormat
.pattern
- format specifierarguments
- format argumentspublic ConvergenceException(java.lang.Throwable cause)
cause
- the exception or error that caused this exception to be thrown@Deprecated public ConvergenceException(java.lang.Throwable cause, java.lang.String pattern, java.lang.Object... arguments)
ConvergenceException(Throwable, Localizable, Object...)
MessageFormat
.cause
- the exception or error that caused this exception to be thrownpattern
- format specifierarguments
- format argumentspublic ConvergenceException(java.lang.Throwable cause, Localizable pattern, java.lang.Object... arguments)
MessageFormat
.cause
- the exception or error that caused this exception to be thrownpattern
- format specifierarguments
- format argumentsCopyright © 2010 - 2020 Adobe. All Rights Reserved