Class ModelSpecificationException

All Implemented Interfaces:
Serializable, LocalizedException

@Deprecated public class ModelSpecificationException extends MathIllegalArgumentException
Deprecated.
as of 1.0, this exception is replaced by MathIllegalArgumentException
Exception thrown when a regression model is not correctly specified.
See Also:
  • Constructor Details

    • ModelSpecificationException

      public ModelSpecificationException(Localizable pattern, Object... args)
      Deprecated.
      Simple constructor.
      Parameters:
      pattern - message pattern describing the specification error.
      args - arguments.