org.apache.commons.math3.stat.regression
Class ModelSpecificationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
org.apache.commons.math3.exception.MathIllegalArgumentException
org.apache.commons.math3.stat.regression.ModelSpecificationException
- All Implemented Interfaces:
- Serializable, ExceptionContextProvider
public class ModelSpecificationException
- extends MathIllegalArgumentException
Exception thrown when a regression model is not correctly specified.
- Since:
- 3.0
- Version:
- $Id: ModelSpecificationException.java 1244107 2012-02-14 16:17:55Z erans $
- See Also:
- Serialized Form
ModelSpecificationException
public ModelSpecificationException(Localizable pattern,
Object... args)
- Parameters:
pattern
- message pattern describing the specification error.args
- arguments.
Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.