Package | Description |
---|---|
org.eclipse.jgit.errors |
Exceptions thrown by lower-level JGit APIs.
|
Modifier and Type | Method and Description |
---|---|
NoMergeBaseException.MergeBaseFailureReason |
NoMergeBaseException.getReason()
Get the reason why no merge base could be found
|
static NoMergeBaseException.MergeBaseFailureReason |
NoMergeBaseException.MergeBaseFailureReason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NoMergeBaseException.MergeBaseFailureReason[] |
NoMergeBaseException.MergeBaseFailureReason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
NoMergeBaseException(NoMergeBaseException.MergeBaseFailureReason reason,
String message)
Construct a NoMergeBase exception
|
NoMergeBaseException(NoMergeBaseException.MergeBaseFailureReason reason,
String message,
Throwable why)
Construct a NoMergeBase exception
|
Copyright © 2018 Eclipse JGit Project. All rights reserved.