Package org.eclipse.jgit.api.errors
Class InvalidMergeHeadsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.jgit.api.errors.GitAPIException
org.eclipse.jgit.api.errors.InvalidMergeHeadsException
- All Implemented Interfaces:
Serializable
Exception thrown when a merge command was called without specifying the
proper amount/type of merge heads. E.g. a non-octopus merge strategy was
confronted with more than one head to be merged into HEAD. Another
case would be if a merge was called without including any head.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstructor for InvalidMergeHeadsException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
InvalidMergeHeadsException
Constructor for InvalidMergeHeadsException.- Parameters:
msg
- error message
-