public class DerivativeException extends MathException
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID
Serializable version identifier
|
| Constructor and Description |
|---|
DerivativeException(Localizable specifier,
java.lang.Object... parts)
Simple constructor.
|
DerivativeException(java.lang.String specifier,
java.lang.Object... parts)
Simple constructor.
|
DerivativeException(java.lang.Throwable cause)
Build an instance from an underlying cause.
|
getArguments, getGeneralPattern, getLocalizedMessage, getMessage, getMessage, getPattern, getSpecificPattern, printStackTrace, printStackTraceprivate static final long serialVersionUID
public DerivativeException(java.lang.String specifier,
java.lang.Object... parts)
specifier - format specifier (to be translated)parts - to insert in the format (no translation)public DerivativeException(Localizable specifier, java.lang.Object... parts)
specifier - format specifier (to be translated)parts - to insert in the format (no translation)public DerivativeException(java.lang.Throwable cause)
cause - cause for the exceptionCopyright (c) 2003-2013 Apache Software Foundation