public class OptimizationException extends ConvergenceException
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID
Deprecated.
Serializable version identifier.
|
| Constructor and Description |
|---|
OptimizationException(Localizable specifier,
java.lang.Object... parts)
Deprecated.
Simple constructor.
|
OptimizationException(java.lang.String specifier,
java.lang.Object... parts)
Deprecated.
as of 2.2 replaced by
OptimizationException(Localizable, Object...) |
OptimizationException(java.lang.Throwable cause)
Deprecated.
Create an exception with a given root cause.
|
getArguments, getGeneralPattern, getLocalizedMessage, getMessage, getMessage, getPattern, getSpecificPattern, printStackTrace, printStackTraceprivate static final long serialVersionUID
@Deprecated
public OptimizationException(java.lang.String specifier,
java.lang.Object... parts)
OptimizationException(Localizable, Object...)specifier - format specifier (to be translated)parts - to insert in the format (no translation)public OptimizationException(Localizable specifier, java.lang.Object... parts)
specifier - format specifier (to be translated)parts - to insert in the format (no translation)public OptimizationException(java.lang.Throwable cause)
cause - the exception or error that caused this exception to be thrownCopyright (c) 2003-2013 Apache Software Foundation