Class MergeValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.google.gerrit.server.validators.ValidationException
com.google.gerrit.server.git.validators.MergeValidationException
- All Implemented Interfaces:
- Serializable
Exception that occurs during a validation step before merging changes.
 
Used by MergeValidationListeners provided by plugins. Messages should be considered
 human-readable.
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
MergeValidationException
- 
MergeValidationException
 
-