public class OptimizationException extends ConvergenceException
Constructor and Description |
---|
OptimizationException(Localizable specifier,
Object... parts)
Deprecated.
Simple constructor.
|
OptimizationException(String specifier,
Object... parts)
Deprecated.
as of 2.2 replaced by
OptimizationException(Localizable, Object...) |
OptimizationException(Throwable cause)
Deprecated.
Create an exception with a given root cause.
|
getArguments, getGeneralPattern, getLocalizedMessage, getMessage, getMessage, getPattern, getSpecificPattern, printStackTrace, printStackTrace
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
@Deprecated public OptimizationException(String specifier, Object... parts)
OptimizationException(Localizable, Object...)
specifier
- format specifier (to be translated)parts
- to insert in the format (no translation)public OptimizationException(Localizable specifier, Object... parts)
specifier
- format specifier (to be translated)parts
- to insert in the format (no translation)public OptimizationException(Throwable cause)
cause
- the exception or error that caused this exception to be thrownCopyright © 2003–2016. All rights reserved.