public class IntegratorException extends MathException
Constructor and Description |
---|
IntegratorException(Localizable specifier,
Object... parts)
Simple constructor.
|
IntegratorException(String specifier,
Object... parts)
Deprecated.
as of 2.2 replaced by
IntegratorException(Localizable, Object...) |
IntegratorException(Throwable cause)
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 IntegratorException(String specifier, Object... parts)
IntegratorException(Localizable, Object...)
specifier
- format specifier (to be translated)parts
- to insert in the format (no translation)public IntegratorException(Localizable specifier, Object... parts)
specifier
- format specifier (to be translated)parts
- to insert in the format (no translation)public IntegratorException(Throwable cause)
cause
- the exception or error that caused this exception to be thrownCopyright © 2003–2016. All rights reserved.