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