Package org.eclipse.jgit.errors
package org.eclipse.jgit.errors
Exceptions thrown by lower-level JGit APIs.
-
ClassDescriptionAn
AbbreviatedObjectId
cannot be extended.BinaryBlobException is used to signal that binary data was found in a context that requires text (eg.Thrown when an operation was canceledException thrown if a conflict occurs during a merge checkout.Thrown when an external command failedAn exception detailing multiple reasons for failure.Indicates a text string is not a valid Git style configuration.Exception thrown when an object cannot be read from Git.Exception thrown when encounters a corrupt pack index file.The error type of a corrupt index file.Thrown when a thread executing a diff is interruptedThrown by DirCache code when entries overlap in impossible way.Attempt to add an entry to a tree that already exists.Attempt to modify a rebase-todo file in an unsupported wayAn inconsistency with respect to handling different object types.Cannot read the index.Cannot write a modified index.Thrown when an invalid object id is passed in as an argument.Thrown when a pattern passed in an argument was wrong.An object is too big to load into memory as a single byte array.Object size exceeds JVM limit of 2 GiB per byte array.Object size exceeds the caller's upper limit.An error caused by the JVM being out of heap space.An exception occurring when a file cannot be lockedIndicates a base/common object was required, but is not found.An expected object is missing.Thrown when a pattern contains a character group which is open to the right side or a character class which is open to the right side.Exception thrown if a merge fails because no merge base could be determined.An enum listing the different reason why no merge base could be determined.Thrown when a Pack is found not to contain the pack signature defined by git.Indicates a remote repository does not exist.JGit encountered a case that it knows it cannot yet handle.Indicates aRepository
has no working directory, and is thus bare.Cannot store an object in the object database.Thrown when a Pack previously failed and is known to be unusableThrown when a Pack no longer matches the PackIndex.Indicates a protocol error has occurred while fetching/pushing objects.Contains a message from the remote repository indicating a problem.Indicates a local repository does not exist.This signals a revision or object reference was not properly formatted.Indicates a checked exception was thrown inside ofRevWalk
.Stops the driver loop of walker and finish with current results.A previously selected representation is no longer available.An exception thrown when a symlink entry is found and cannot be handled.Thrown when PackParser finds an object larger than a predefined limitThrown when a pack exceeds a given size limitCommon base class for all translation bundle related exceptions.This exception will be thrown when a translation bundle loading fails.This exception will be thrown when a translation string for a translation bundle and locale is missing.Indicates a protocol error has occurred while fetching/pushing objects.Indicates one or more paths in a DirCache have non-zero stages present.Indicates a ReceivePack failure while scanning the pack stream.An exception thrown when aCredentialItem
is requested from aCredentialsProvider
which is not supported by this provider.Thrown when a PackIndex uses an index version not supported by JGit.Thrown when a Pack uses a pack version not supported by JGit.