org.spaceroots.mantissa.optimization
Class NoConvergenceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.spaceroots.mantissa.MantissaException
org.spaceroots.mantissa.optimization.NoConvergenceException
- All Implemented Interfaces:
- Serializable
- public class NoConvergenceException
- extends MantissaException
This class represents exceptions thrown by optimization algorithms.
- Version:
- $Id: NoConvergenceException.java 1686 2005-12-16 12:59:51Z luc $
- Author:
- L. Maisonobe
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NoConvergenceException
public NoConvergenceException(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)
Copyright © 2001-2007 Luc Maisonobe. All Rights Reserved.