Package | Description |
---|---|
org.eclipse.jgit.errors |
Exceptions thrown by lower-level JGit APIs.
|
Modifier and Type | Method | Description |
---|---|---|
NoMergeBaseException.MergeBaseFailureReason |
NoMergeBaseException.getReason() |
|
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 | 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. All rights reserved.