org.apache.commons.math.estimation
@Deprecated public class EstimationException extends MathException
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID
Deprecated.
Serializable version identifier.
|
Constructor and Description |
---|
EstimationException(Localizable specifier,
java.lang.Object... parts)
Deprecated.
Simple constructor.
|
EstimationException(java.lang.String specifier,
java.lang.Object... parts)
Deprecated.
Simple constructor.
|
getArguments, getGeneralPattern, getLocalizedMessage, getMessage, getMessage, getPattern, getSpecificPattern, printStackTrace, printStackTrace
private static final long serialVersionUID
public EstimationException(java.lang.String specifier, java.lang.Object... parts)
specifier
- format specifier (to be translated)parts
- to insert in the format (no translation)public EstimationException(Localizable specifier, java.lang.Object... parts)
specifier
- format specifier (to be translated)parts
- to insert in the format (no translation)Copyright (c) 2003-2016 Apache Software Foundation