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
 
 public class MergeValidationException extends ValidationException Exception that occurs during a validation step before merging changes.Used by MergeValidationListeners provided by plugins. Messages should be considered human-readable.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description MergeValidationException(String msg)
 - 
Method Summary- 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
MergeValidationExceptionpublic MergeValidationException(String msg) 
 
- 
 
-