Interface BeanFacet

    • Method Detail

      • setMessage

        void setMessage​(String aMessage)
        Sets the message to display when the constraint check fails.
        Parameters:
        aMessage - the message that will be displayed with severity error.
      • setMessage

        void setMessage​(Severity aSeverity,
                        String aMessage)
        Sets the message to display when the constraint check fails.
        Parameters:
        aSeverity - the severity of the message.
        aMessage - the message that will be displayed.
      • setMessage

        void setMessage​(UserMessage aMessage)
        Sets the localized error message to display when the constraint check fails.
        Parameters:
        aMessage - the localized message and severity that will be displayed.