Class BaseValidator

    • Constructor Detail

      • BaseValidator

        public BaseValidator()
    • Method Detail

      • validationError

        protected void validationError​(javax.faces.context.FacesContext context,
                                       String key,
                                       Object... params)
        This method throws a validation exception.
        Parameters:
        context - The FacesContext.
        key - The key of the error resource bundle.
        params - Optional parameters needed to parameterize the error message.