Class FormValidationException

All Implemented Interfaces:
Serializable

public class FormValidationException extends ServiceException
Exception to represent possible validation errors.

This is thrown by RepositoryHookService when saving settings.

See Also:
  • Constructor Details

    • FormValidationException

      public FormValidationException(@Nonnull KeyedMessage message, @Nonnull FormErrors formErrors)
  • Method Details

    • getErrors

      @Nonnull public FormErrors getErrors()