Interface IValidationMessage

    • Method Detail

      • getMessage

        String getMessage()
        Returns:
        The (possibly localized) error or warning message.
      • getMessageParams

        Serializable[] getMessageParams()
        Returns:
        The message parameters that were used to create the message.
      • getMessageTemplate

        String getMessageTemplate()
        Returns:
        The message template that was used to create the message.
      • getSeverity

        FCMessage.ESeverity getSeverity()
        Returns:
        The severity of this message, i.e. whether it is an error, a warning, or an info message.
      • getSourcePosition

        ISourcePosition getSourcePosition()
        Returns:
        The position in the source code responsible for this message.