Class CommentsRejectedException

  • All Implemented Interfaces:
    Serializable

    public class CommentsRejectedException
    extends Exception
    Thrown when comment validation rejected a comment, preventing it from being published.
    See Also:
    Serialized Form
    • Method Detail

      • getCommentValidationFailures

        public com.google.common.collect.ImmutableList<CommentValidationFailure> getCommentValidationFailures()
        Returns the validation failures that caused this exception. By contract this list is never empty.