org.apache.commons.math.ode
public class DerivativeException extends MathException
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID
Serializable version identifier
|
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, printStackTrace
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, setStackTrace, toString
private static final long serialVersionUID
public 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 (c) 2003-2013 Apache Software Foundation