public class OptimizationException extends ConvergenceException
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, printStackTrace
@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 © 2010 - 2020 Adobe. All Rights Reserved