Uses of Package
org.eclipse.jgit.api.errors
Packages that use org.eclipse.jgit.api.errors
Package
Description
High-level API commands (the porcelain of JGit).
Exceptions thrown by API commands.
Computing blame/annotate information of files.
Comparing file contents by computing diffs.
Reading and editing the directory cache (index).
Core API for repository, config, refs, object database.
Utility classes.
-
Classes in org.eclipse.jgit.api.errors used by org.eclipse.jgit.apiClassDescriptionException thrown when a hook returns a process result with a value different from 0.Exception thrown when an operation was canceledThrown when trying to delete a branch which is currently checked outException thrown when a command can't succeed because of unresolved conflicts.Exception thrown when a command wants to update a ref but failed because another process is accessing (or even also updating) the ref.Exception thrown when a command expected a non-detached
HEAD
referenceException thrown when a newly created commit does not contain any changesSuperclass of all exceptions thrown by the API classes inorg.eclipse.jgit.api
Exception thrown when a command fails due to an invalid configurationException thrown when a merge command was called without specifying the proper amount/type of merge heads.Exception thrown if a rebase step is invalid.Exception thrown when an invalid Ref name was encounteredException thrown when a fetch command was called with an invalid remoteException thrown when a tag command was called with an invalid tag name (or null), such as bad~tag.Exception thrown when during command execution a low-level exception from the JGit library is thrown.The commit to be cherry-pick'ed did not have exactly one parentException thrown when the options given to a command don't include a file pattern which is mandatory for processing.Exception thrown when a command expected theHEAD
reference to exist but couldn't find such a referenceException thrown when the options given to a command don't include a specification of a message text (e.g.Thrown when branch deletion fails due to unmerged dataException thrown when applying a patch failsException thrown when applying a patch fails due to an invalid formatThrown when trying to create aRef
with the same name as an existing oneThrown when a ref is not found in advertised refsThrown when a Ref can not be resolvedException thrown when an optional service is not availableThrown from StashApplyCommand when stash apply failsException thrown when transport operation failedThrown when branch deletion fails due to unmerged dataException thrown when the configured gpg.format is not supported.A given object is not of an expected object type.Exception thrown when the state of the repository doesn't allow the execution of a certain command. -
Classes in org.eclipse.jgit.api.errors used by org.eclipse.jgit.api.errorsClassDescriptionException thrown when a command can't succeed because of unresolved conflicts.Superclass of all exceptions thrown by the API classes in
org.eclipse.jgit.api
Exception thrown when transport operation failed -
Classes in org.eclipse.jgit.api.errors used by org.eclipse.jgit.blameClassDescriptionException thrown when a command expected the
HEAD
reference to exist but couldn't find such a reference -
Classes in org.eclipse.jgit.api.errors used by org.eclipse.jgit.diff
-
Classes in org.eclipse.jgit.api.errors used by org.eclipse.jgit.dircache
-
Classes in org.eclipse.jgit.api.errors used by org.eclipse.jgit.gitrepoClassDescriptionException thrown when a command wants to update a ref but failed because another process is accessing (or even also updating) the ref.Superclass of all exceptions thrown by the API classes in
org.eclipse.jgit.api
-
Classes in org.eclipse.jgit.api.errors used by org.eclipse.jgit.gpg.bc.internalClassDescriptionException thrown when an operation was canceledException thrown when the configured gpg.format is not supported.
-
Classes in org.eclipse.jgit.api.errors used by org.eclipse.jgit.gpg.bc.internal.keys
-
Classes in org.eclipse.jgit.api.errors used by org.eclipse.jgit.hooksClassDescriptionException thrown when a hook returns a process result with a value different from 0.
-
Classes in org.eclipse.jgit.api.errors used by org.eclipse.jgit.lfsClassDescriptionException thrown when a hook returns a process result with a value different from 0.Exception thrown when a command fails due to an invalid configuration
-
Classes in org.eclipse.jgit.api.errors used by org.eclipse.jgit.libClassDescriptionException thrown when an operation was canceledException thrown when a command fails due to an invalid configurationException thrown when an invalid Ref name was encounteredException thrown when the configured gpg.format is not supported.
-
Classes in org.eclipse.jgit.api.errors used by org.eclipse.jgit.pgmClassDescriptionSuperclass of all exceptions thrown by the API classes in
org.eclipse.jgit.api
-
Classes in org.eclipse.jgit.api.errors used by org.eclipse.jgit.utilClassDescriptionException thrown when during command execution a low-level exception from the JGit library is thrown.