org.apache.commons.math.estimation
Class EstimationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.commons.math.MathException
org.apache.commons.math.estimation.EstimationException
- All Implemented Interfaces:
- Serializable
public class EstimationException
- extends MathException
This class represents exceptions thrown by the estimation solvers.
- Since:
- 1.2
- Version:
- $Revision: 670469 $ $Date: 2008-06-23 10:01:38 +0200 (lun, 23 jun 2008) $
- See Also:
- Serialized Form
EstimationException
public EstimationException(String specifier,
Object[] 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 © 2003-2008 The Apache Software Foundation. All Rights Reserved.