Uses of Enum
org.eclipse.jgit.errors.NoMergeBaseException.MergeBaseFailureReason
Packages that use NoMergeBaseException.MergeBaseFailureReason
-
Uses of NoMergeBaseException.MergeBaseFailureReason in org.eclipse.jgit.errors
Subclasses with type arguments of type NoMergeBaseException.MergeBaseFailureReason in org.eclipse.jgit.errorsModifier and TypeClassDescriptionstatic enumAn enum listing the different reason why no merge base could be determined.Fields in org.eclipse.jgit.errors declared as NoMergeBaseException.MergeBaseFailureReasonMethods in org.eclipse.jgit.errors that return NoMergeBaseException.MergeBaseFailureReasonModifier and TypeMethodDescriptionNoMergeBaseException.getReason()Get the reason why no merge base could be foundReturns the enum constant of this type with the specified name.NoMergeBaseException.MergeBaseFailureReason.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.eclipse.jgit.errors with parameters of type NoMergeBaseException.MergeBaseFailureReasonModifierConstructorDescriptionNoMergeBaseException(NoMergeBaseException.MergeBaseFailureReason reason, String message) Construct a NoMergeBase exceptionNoMergeBaseException(NoMergeBaseException.MergeBaseFailureReason reason, String message, Throwable why) Construct a NoMergeBase exception