Uses of Class
org.eclipse.jgit.api.errors.GitAPIException

Packages that use GitAPIException
org.eclipse.jgit.api   
org.eclipse.jgit.api.errors   
 

Uses of GitAPIException in org.eclipse.jgit.api
 

Methods in org.eclipse.jgit.api that throw GitAPIException
 RebaseResult RebaseCommand.call()
          Executes the Rebase command with all the options and parameters collected by the setter methods of this class.
 RevCommit RevertCommand.call()
          Executes the revert command with all the options and parameters collected by the setter methods (e.g.
 List<DiffEntry> DiffCommand.call()
          Executes the Diff command with all the options and parameters collected by the setter methods (e.g.
 CherryPickResult CherryPickCommand.call()
          Executes the Cherry-Pick command with all the options and parameters collected by the setter methods (e.g.
 

Uses of GitAPIException in org.eclipse.jgit.api.errors
 

Subclasses of GitAPIException in org.eclipse.jgit.api.errors
 class CanceledException
          Exception thrown when an operation was canceled
 class CannotDeleteCurrentBranchException
          Thrown when trying to delete a branch which is currently checked out
 class CheckoutConflictException
          Exception thrown when a command can't succeed because of unresolved conflicts.
 class ConcurrentRefUpdateException
          Exception thrown when a command wants to update a ref but failed because another process is accessing (or even also updating) the ref.
 class DetachedHeadException
          Exception thrown when a command expected a non-detached HEAD reference
 class InvalidConfigurationException
          Exception thrown when a command fails due to an invalid configuration
 class InvalidMergeHeadsException
          Exception thrown when a merge command was called without specifying the proper amount/type of merge heads.
 class InvalidRefNameException
          Exception thrown when an invalid Ref name was encountered
 class InvalidRemoteException
          Exception thrown when a fetch command was called with an invalid remote
 class InvalidTagNameException
          Exception thrown when a tag command was called with an invalid tag name (or null), such as bad~tag.
 class MultipleParentsNotAllowedException
          The commit to be cherry-pick'ed did not have exactly one parent
 class NoFilepatternException
          Exception thrown when the options given to a command don't include a file pattern which is mandatory for processing.
 class NoHeadException
          Exception thrown when a command expected the HEAD reference to exist but couldn't find such a reference
 class NoMessageException
          Exception thrown when the options given to a command don't include a specification of a message text (e.g.
 class NotMergedException
          Thrown when branch deletion fails due to unmerged data
 class RefAlreadyExistsException
          Thrown when trying to create a Ref with the same name as an exsiting one
 class RefNotFoundException
          Thrown when a Ref can not be resolved
 class UnmergedPathsException
          Thrown when branch deletion fails due to unmerged data
 class WrongRepositoryStateException
          Exception thrown when the state of the repository doesn't allow the execution of a certain command.
 



Copyright © 2011. All Rights Reserved.