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 Summary
Constructors - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
MergeValidationException
 - 
MergeValidationException
 
 -