Class PredictiveModel.StateChangeException

All Implemented Interfaces:
Serializable
Enclosing class:
PredictiveModel

public static class PredictiveModel.StateChangeException extends PredictiveModel.PredictiveModelException
Exception thrown when an input parameter has changed that might affect the model estimates or predictions.
See Also:
  • Constructor Details

    • StateChangeException

      public StateChangeException(String message)
      Constructs a StateChangeException and issues the specified message.
      Parameters:
      message - a String that contains a message to be issued when the exception occurs
    • StateChangeException

      public StateChangeException(String key, Object[] arguments)
      Constructs a StateChangeException with the specified detail message. The error message string is in a resource bundle, ErrorMessages.
      Parameters:
      key - a String that contains the key of an error message in the resource bundle
      arguments - an Object array containing arguments used within the error message specified by the key