public class DerivativeException extends MantissaException
| Constructor and Description |
|---|
DerivativeException(java.lang.String specifier,
java.lang.String[] parts)
Simple constructor.
|
DerivativeException(java.lang.Throwable cause)
Build an instance from an underlying cause.
|
translate, translatepublic DerivativeException(java.lang.String specifier,
java.lang.String[] 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 © 2001-2007 Luc Maisonobe. All Rights Reserved.