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
MergeValidationListener
s provided by plugins. Messages should be considered human-readable.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MergeValidationException(String msg)
MergeValidationException(String msg, Throwable why)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-