public class DerivativeException extends MathException
| Constructor and Description |
|---|
DerivativeException(Localizable specifier,
Object... parts)
Simple constructor.
|
DerivativeException(String specifier,
Object... parts)
Simple constructor.
|
DerivativeException(Throwable cause)
Build an instance from an underlying cause.
|
getArguments, getGeneralPattern, getLocalizedMessage, getMessage, getMessage, getPattern, getSpecificPattern, printStackTrace, printStackTraceaddSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toStringpublic DerivativeException(String specifier, Object... parts)
specifier - format specifier (to be translated)parts - to insert in the format (no translation)public DerivativeException(Localizable specifier, Object... parts)
specifier - format specifier (to be translated)parts - to insert in the format (no translation)public DerivativeException(Throwable cause)
cause - cause for the exceptionCopyright © 2003–2015. All rights reserved.