Class RecipeError

    • Constructor Detail

      • RecipeError

        public RecipeError()
        Instantiates a new recipe error.
      • RecipeError

        public RecipeError​(String i18nMsg)
        Instantiates a new recipe error.
        Parameters:
        i18nMsg - the i18n msg
    • Method Detail

      • getMessage

        public String getMessage()
        Gets the message.
        Returns:
        the message
      • getSeverity

        public String getSeverity()
        Gets the severity.
        Returns:
        the severity
      • getResolution

        public String getResolution()
        Gets the resolution.
        Returns:
        the resolution
      • setMessage

        public void setMessage​(String message)
        Sets the message.
        Parameters:
        message - the new message
      • setSeverity

        public void setSeverity​(String severity)
        Sets the severity.
        Parameters:
        severity - the new severity
      • setResolution

        public void setResolution​(String resolution)
        Sets the resolution.
        Parameters:
        resolution - the new resolution