@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,
Object... parts)
Deprecated.
Simple constructor.
|
EstimationException(String specifier,
Object... parts)
Deprecated.
Simple constructor.
|
getArguments, getGeneralPattern, getLocalizedMessage, getMessage, getMessage, getPattern, getSpecificPattern, printStackTrace, printStackTraceaddSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toStringprivate static final long serialVersionUID
public EstimationException(String specifier, Object... parts)
specifier - format specifier (to be translated)parts - to insert in the format (no translation)public EstimationException(Localizable specifier, Object... parts)
specifier - format specifier (to be translated)parts - to insert in the format (no translation)Copyright (c) 2003-2014 Apache Software Foundation