Package org.eclipse.jgit.errors

Exception Summary
CheckoutConflictException Exception thrown if a conflict occurs during a merge checkout.
CompoundException An exception detailing multiple reasons for failure.
ConfigInvalidException Indicates a text string is not a valid Git style configuration.
CorruptObjectException Exception thrown when an object cannot be read from Git.
EntryExistsException Attempt to add an entry to a tree that already exists.
GitlinksNotSupportedException An exception thrown when a gitlink entry is found and cannot be handled.
IncorrectObjectTypeException An inconsistency with respect to handling different object types.
InvalidObjectIdException Thrown when an invalid object id is passed in as an argument.
InvalidPatternException Thrown when a pattern passed in an argument was wrong.
MissingBundlePrerequisiteException Indicates a base/common object was required, but is not found.
MissingObjectException An expected object is missing.
NoClosingBracketException 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.
NoRemoteRepositoryException Indicates a remote repository does not exist.
NotSupportedException JGit encountered a case that it knows it cannot yet handle.
ObjectWritingException Cannot store an object in the object database.
PackInvalidException Thrown when a PackFile previously failed and is known to be unusable
PackMismatchException Thrown when a PackFile no longer matches the PackIndex.
PackProtocolException Indicates a protocol error has occurred while fetching/pushing objects.
RepositoryNotFoundException Indicates a local repository does not exist.
RevisionSyntaxException This signals a revision or object reference was not properly formatted.
RevWalkException Indicates a checked exception was thrown inside of RevWalk.
StopWalkException Stops the driver loop of walker and finish with current results.
SymlinksNotSupportedException An exception thrown when a symlink entry is found and cannot be handled.
TransportException Indicates a protocol error has occurred while fetching/pushing objects.
UnmergedPathException Indicates one or more paths in a DirCache have non-zero stages present.