Uses of Package
org.eclipse.jgit.errors
-
Packages that use org.eclipse.jgit.errors Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit).org.eclipse.jgit.api.errors Exceptions thrown by API commands.org.eclipse.jgit.diff Comparing file contents by computing diffs.org.eclipse.jgit.dircache Reading and editing the directory cache (index).org.eclipse.jgit.errors Exceptions thrown by lower-level JGit APIs.org.eclipse.jgit.fnmatch File name matcher.org.eclipse.jgit.ignore.internal org.eclipse.jgit.internal.storage.dfs Distributed file system based repository storage.org.eclipse.jgit.internal.storage.file File based repository storage.org.eclipse.jgit.internal.storage.pack Reading/writing Git pack files.org.eclipse.jgit.lib Core API for repository, config, refs, object database.org.eclipse.jgit.merge Content and commit history merge algorithms.org.eclipse.jgit.notes Git notes processing (for commits, etc).org.eclipse.jgit.revplot Building/rendering revision graphs.org.eclipse.jgit.revwalk Walking revision graphs (commit history).org.eclipse.jgit.revwalk.filter Filters for use in revision walking.org.eclipse.jgit.storage.file org.eclipse.jgit.submodule Git submodule support.org.eclipse.jgit.transport Transport (fetch/push) for different protocols.org.eclipse.jgit.transport.resolver Server-side resolver for locating repositories by URLs.org.eclipse.jgit.treewalk Walking and comparing directory/file trees (of commits, file system).org.eclipse.jgit.treewalk.filter Filters for use in tree walking.org.eclipse.jgit.util Utility classes. -
Classes in org.eclipse.jgit.errors used by org.eclipse.jgit.api Class Description IncorrectObjectTypeException An inconsistency with respect to handling different object types.MissingObjectException An expected object is missing.NoWorkTreeException Indicates aRepository
has no working directory, and is thus bare. -
Classes in org.eclipse.jgit.errors used by org.eclipse.jgit.api.errors Class Description CheckoutConflictException Exception thrown if a conflict occurs during a merge checkout. -
Classes in org.eclipse.jgit.errors used by org.eclipse.jgit.diff Class Description CorruptObjectException Exception thrown when an object cannot be read from Git.MissingObjectException An expected object is missing. -
Classes in org.eclipse.jgit.errors used by org.eclipse.jgit.dircache Class Description CorruptObjectException Exception thrown when an object cannot be read from Git.IncorrectObjectTypeException An inconsistency with respect to handling different object types.MissingObjectException An expected object is missing.UnmergedPathException Indicates one or more paths in a DirCache have non-zero stages present. -
Classes in org.eclipse.jgit.errors used by org.eclipse.jgit.errors Class Description InvalidPatternException Thrown when a pattern passed in an argument was wrong.LargeObjectException An object is too big to load into memory as a single byte array.NoMergeBaseException.MergeBaseFailureReason An enum listing the different reason why no merge base could be determined.StopWalkException Stops the driver loop of walker and finish with current results.TranslationBundleException Common base class for all translation bundle related exceptions.TransportException Indicates a protocol error has occurred while fetching/pushing objects. -
Classes in org.eclipse.jgit.errors used by org.eclipse.jgit.fnmatch Class Description InvalidPatternException Thrown when a pattern passed in an argument was wrong. -
Classes in org.eclipse.jgit.errors used by org.eclipse.jgit.ignore.internal Class Description InvalidPatternException Thrown when a pattern passed in an argument was wrong. -
Classes in org.eclipse.jgit.errors used by org.eclipse.jgit.internal.storage.dfs Class Description IncorrectObjectTypeException An inconsistency with respect to handling different object types.MissingObjectException An expected object is missing.StoredObjectRepresentationNotAvailableException A previously selected representation is no longer available. -
Classes in org.eclipse.jgit.errors used by org.eclipse.jgit.internal.storage.file Class Description CorruptObjectException Exception thrown when an object cannot be read from Git.MissingObjectException An expected object is missing. -
Classes in org.eclipse.jgit.errors used by org.eclipse.jgit.internal.storage.pack Class Description IncorrectObjectTypeException An inconsistency with respect to handling different object types.MissingObjectException An expected object is missing.StoredObjectRepresentationNotAvailableException A previously selected representation is no longer available. -
Classes in org.eclipse.jgit.errors used by org.eclipse.jgit.lib Class Description AmbiguousObjectException AnAbbreviatedObjectId
cannot be extended.ConfigInvalidException Indicates a text string is not a valid Git style configuration.CorruptObjectException Exception thrown when an object cannot be read from Git.IllegalTodoFileModification Attempt to modify a rebase-todo file in an unsupported wayIncorrectObjectTypeException An inconsistency with respect to handling different object types.LargeObjectException An object is too big to load into memory as a single byte array.MissingObjectException An expected object is missing.NoWorkTreeException Indicates aRepository
has no working directory, and is thus bare.RepositoryNotFoundException Indicates a local repository does not exist.RevisionSyntaxException This signals a revision or object reference was not properly formatted. -
Classes in org.eclipse.jgit.errors used by org.eclipse.jgit.merge Class Description CorruptObjectException Exception thrown when an object cannot be read from Git.IncorrectObjectTypeException An inconsistency with respect to handling different object types.MissingObjectException An expected object is missing.NoWorkTreeException Indicates aRepository
has no working directory, and is thus bare. -
Classes in org.eclipse.jgit.errors used by org.eclipse.jgit.notes Class Description CorruptObjectException Exception thrown when an object cannot be read from Git.IncorrectObjectTypeException An inconsistency with respect to handling different object types.LargeObjectException An object is too big to load into memory as a single byte array.MissingObjectException An expected object is missing. -
Classes in org.eclipse.jgit.errors used by org.eclipse.jgit.revplot Class Description IncorrectObjectTypeException An inconsistency with respect to handling different object types.MissingObjectException An expected object is missing. -
Classes in org.eclipse.jgit.errors used by org.eclipse.jgit.revwalk Class Description CorruptObjectException Exception thrown when an object cannot be read from Git.IncorrectObjectTypeException An inconsistency with respect to handling different object types.MissingObjectException An expected object is missing.StopWalkException Stops the driver loop of walker and finish with current results. -
Classes in org.eclipse.jgit.errors used by org.eclipse.jgit.revwalk.filter Class Description IncorrectObjectTypeException An inconsistency with respect to handling different object types.MissingObjectException An expected object is missing.StopWalkException Stops the driver loop of walker and finish with current results. -
Classes in org.eclipse.jgit.errors used by org.eclipse.jgit.storage.file Class Description ConfigInvalidException Indicates a text string is not a valid Git style configuration. -
Classes in org.eclipse.jgit.errors used by org.eclipse.jgit.submodule Class Description ConfigInvalidException Indicates a text string is not a valid Git style configuration.CorruptObjectException Exception thrown when an object cannot be read from Git. -
Classes in org.eclipse.jgit.errors used by org.eclipse.jgit.transport Class Description NotSupportedException JGit encountered a case that it knows it cannot yet handle.PackProtocolException Indicates a protocol error has occurred while fetching/pushing objects.TransportException Indicates a protocol error has occurred while fetching/pushing objects.UnsupportedCredentialItem An exception thrown when aCredentialItem
is requested from aCredentialsProvider
which is not supported by this provider. -
Classes in org.eclipse.jgit.errors used by org.eclipse.jgit.transport.resolver Class Description RepositoryNotFoundException Indicates a local repository does not exist. -
Classes in org.eclipse.jgit.errors used by org.eclipse.jgit.treewalk Class Description CorruptObjectException Exception thrown when an object cannot be read from Git.IncorrectObjectTypeException An inconsistency with respect to handling different object types.MissingObjectException An expected object is missing. -
Classes in org.eclipse.jgit.errors used by org.eclipse.jgit.treewalk.filter Class Description IncorrectObjectTypeException An inconsistency with respect to handling different object types.MissingObjectException An expected object is missing. -
Classes in org.eclipse.jgit.errors used by org.eclipse.jgit.util Class Description CorruptObjectException Exception thrown when an object cannot be read from Git.