org.spaceroots.mantissa.ode
Class DerivativeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.spaceroots.mantissa.MantissaException
org.spaceroots.mantissa.ode.DerivativeException
- All Implemented Interfaces:
- Serializable
- public class DerivativeException
- extends MantissaException
This exception is made available to users to report
the error conditions that are trigegred while computing
the differential equations.
- Version:
- $Id: DerivativeException.java 1695 2006-09-03 19:59:05Z luc $
- Author:
- Luc Maisonobe
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DerivativeException
public DerivativeException(String specifier,
String[] parts)
- Simple constructor.
Build an exception by translating and formating a message
- Parameters:
specifier - format specifier (to be translated)parts - to insert in the format (no translation)
DerivativeException
public DerivativeException(Throwable cause)
- Build an instance from an underlying cause.
- Parameters:
cause - cause for the exception
Copyright © 2001-2007 Luc Maisonobe. All Rights Reserved.