Class FeaturesAddAction.ModelNotDefinedException

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    FeaturesAddAction

    public static class FeaturesAddAction.ModelNotDefinedException
    extends OperationException
    Thrown if either the user requested model is not supported by the feature packs, or if it is impossible to determine default model.
    See Also:
    Serialized Form
    • Constructor Detail

      • ModelNotDefinedException

        public ModelNotDefinedException​(String msg,
                                        Set<String> supportedModels)
      • ModelNotDefinedException

        public ModelNotDefinedException​(String msg,
                                        String model,
                                        Set<String> supportedModels)
    • Method Detail

      • getModel

        public String getModel()
      • getSupportedModels

        public Set<String> getSupportedModels()