Class CommentValidationFailure
java.lang.Object
com.google.gerrit.extensions.validators.CommentValidationFailure
A comment or review message was rejected by a 
CommentValidator.- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionabstract CommentForValidationReturns the offending comment.abstract StringA friendly message set by theCommentValidator.
- 
Constructor Details- 
CommentValidationFailurepublic CommentValidationFailure()
 
- 
- 
Method Details- 
getCommentReturns the offending comment.
- 
getMessageA friendly message set by theCommentValidator.
 
-