Uses of Class
org.eclipse.jgit.api.errors.GitAPIException
-
Packages that use GitAPIException 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.gitrepo -
-
Uses of GitAPIException in org.eclipse.jgit.api
Subclasses of GitAPIException in org.eclipse.jgit.api Modifier and Type Class Description static classArchiveCommand.UnsupportedFormatExceptionSignals an attempt to use an archival format that ArchiveCommand doesn't know about (for example due to a typo).static classSubmoduleDeinitCommand.NoSuchSubmoduleExceptionThe user tried to deinitialize a submodule that doesn't exist in the index.Methods in org.eclipse.jgit.api that throw GitAPIException Modifier and Type Method Description DirCacheAddCommand. call()NoteAddNoteCommand. call()ApplyResultApplyCommand. call()OutputStreamArchiveCommand. call()BlameResultBlameCommand. call()RefCheckoutCommand. call()CherryPickResultCherryPickCommand. call()Set<String>CleanCommand. call()GitCloneCommand. call()RevCommitCommitCommand. call()RefCreateBranchCommand. call()List<String>DeleteBranchCommand. call()List<String>DeleteTagCommand. call()StringDescribeCommand. call()List<DiffEntry>DiffCommand. call()FetchResultFetchCommand. call()PropertiesGarbageCollectCommand. call()abstract TGitCommand. call()GitInitCommand. call()List<Ref>ListBranchCommand. call()List<Note>ListNotesCommand. call()List<Ref>ListTagCommand. call()Iterable<RevCommit>LogCommand. call()Collection<Ref>LsRemoteCommand. call()MergeResultMergeCommand. call()Map<ObjectId,String>NameRevCommand. call()PullResultPullCommand. call()Iterable<PushResult>PushCommand. call()RebaseResultRebaseCommand. call()Collection<ReflogEntry>ReflogCommand. call()RemoteConfigRemoteAddCommand. call()List<RemoteConfig>RemoteListCommand. call()RemoteConfigRemoteRemoveCommand. call()RemoteConfigRemoteSetUrlCommand. call()NoteRemoveNoteCommand. call()RefRenameBranchCommand. call()RefResetCommand. call()RevCommitRevertCommand. call()DirCacheRmCommand. call()NoteShowNoteCommand. call()ObjectIdStashApplyCommand. call()RevCommitStashCreateCommand. call()ObjectIdStashDropCommand. call()Collection<RevCommit>StashListCommand. call()StatusStatusCommand. call()RepositorySubmoduleAddCommand. call()Collection<SubmoduleDeinitResult>SubmoduleDeinitCommand. call()Collection<String>SubmoduleInitCommand. call()Map<String,SubmoduleStatus>SubmoduleStatusCommand. call()Map<String,String>SubmoduleSyncCommand. call()Collection<String>SubmoduleUpdateCommand. call()Execute the SubmoduleUpdateCommand command.RefTagCommand. call()Map<String,Ref>LsRemoteCommand. callAsMap()Same asLsRemoteCommand.call(), but return Map instead of Collection.PropertiesGarbageCollectCommand. getStatistics()Computes and returns the repository statistics.RevCommitRebaseCommand. tryFastForward(RevCommit newCommit)Check if we can fast-forward and returns the new head if it is possible -
Uses of GitAPIException in org.eclipse.jgit.api.errors
Subclasses of GitAPIException in org.eclipse.jgit.api.errors Modifier and Type Class Description classAbortedByHookExceptionException thrown when a hook returns a process result with a value different from 0.classCanceledExceptionException thrown when an operation was canceledclassCannotDeleteCurrentBranchExceptionThrown when trying to delete a branch which is currently checked outclassCheckoutConflictExceptionException thrown when a command can't succeed because of unresolved conflicts.classConcurrentRefUpdateExceptionException thrown when a command wants to update a ref but failed because another process is accessing (or even also updating) the ref.classDetachedHeadExceptionException thrown when a command expected a non-detachedHEADreferenceclassEmptyCommitExceptionException thrown when a newly created commit does not contain any changesclassFilterFailedExceptionException thrown when the execution of a filter command failedclassInvalidConfigurationExceptionException thrown when a command fails due to an invalid configurationclassInvalidMergeHeadsExceptionException thrown when a merge command was called without specifying the proper amount/type of merge heads.classInvalidRebaseStepExceptionException thrown if a rebase step is invalid.classInvalidRefNameExceptionException thrown when an invalid Ref name was encounteredclassInvalidRemoteExceptionException thrown when a fetch command was called with an invalid remoteclassInvalidTagNameExceptionException thrown when a tag command was called with an invalid tag name (or null), such as bad~tag.classMultipleParentsNotAllowedExceptionThe commit to be cherry-pick'ed did not have exactly one parentclassNoFilepatternExceptionException thrown when the options given to a command don't include a file pattern which is mandatory for processing.classNoHeadExceptionException thrown when a command expected theHEADreference to exist but couldn't find such a referenceclassNoMessageExceptionException thrown when the options given to a command don't include a specification of a message text (e.g.classNotMergedExceptionThrown when branch deletion fails due to unmerged dataclassPatchApplyExceptionException thrown when applying a patch failsclassPatchFormatExceptionException thrown when applying a patch fails due to an invalid formatclassRefAlreadyExistsExceptionThrown when trying to create aRefwith the same name as an existing oneclassRefNotAdvertisedExceptionThrown when a ref is not found in advertised refsclassRefNotFoundExceptionThrown when a Ref can not be resolvedclassServiceUnavailableExceptionException thrown when an optional service is not availableclassStashApplyFailureExceptionThrown from StashApplyCommand when stash apply failsclassTooLargeObjectInPackExceptionException thrown when PackParser finds an object larger than a predefined limitclassTooLargePackExceptionException thrown when the server rejected a too large packclassTransportExceptionException thrown when transport operation failedclassUnmergedPathsExceptionThrown when branch deletion fails due to unmerged dataclassUnsupportedSigningFormatExceptionException thrown when the configured gpg.format is not supported.classWrongObjectTypeExceptionA given object is not of an expected object type.classWrongRepositoryStateExceptionException thrown when the state of the repository doesn't allow the execution of a certain command. -
Uses of GitAPIException in org.eclipse.jgit.gitrepo
Methods in org.eclipse.jgit.gitrepo that throw GitAPIException Modifier and Type Method Description RevCommitRepoCommand. call()default byte[]RepoCommand.RemoteReader. readFile(String uri, String ref, String path)Deprecated.RepoCommand.RemoteFileRepoCommand.DefaultRemoteReader. readFileWithMode(String uri, String ref, String path)RepoCommand.RemoteFileRepoCommand.RemoteReader. readFileWithMode(String uri, String ref, String path)Read contents and mode (i.e.InputStreamManifestParser.IncludedFileReader. readIncludeFile(String path)Read a file from the same base dir of the manifest xml file.ObjectIdRepoCommand.DefaultRemoteReader. sha1(String uri, String ref)ObjectIdRepoCommand.RemoteReader. sha1(String uri, String ref)Read a remote ref sha1.
-