| Exception | Description |
|---|---|
| AlreadyInitializedException |
Exception thrown when trying to initialize git flow on a folder that
has already been initialized
|
| BranchOutOfDateException |
Exception thrown when a local branch is behind a remote branch
|
| DirtyWorkingTreeException |
Exception thrown when the local working tree contains un-committed changes
|
| HotfixBranchExistsException |
Exception thrown when trying to start a hotfix when a hotfix branch
already exists.
|
| JGitFlowException |
Superclass of all exceptions thrown by the API classes in
com.atlassian.jgitflow.core |
| JGitFlowGenericException |
Exception to wrap generic Exception thrown by 3rd party APIs
|
| JGitFlowGitAPIException |
Exception to wrap GitAPIException thrown by JGit
|
| JGitFlowIOException |
Exception to wrap IOException
|
| LocalBranchExistsException |
Exception thrown when trying to create a branch when the local branch
already exists
|
| LocalBranchMissingException |
Exception thrown when trying to perform an operation on a local
branch that doesn't exist
|
| MergeConflictsNotResolvedException |
Exception thrown when there are merge conflicts that need to be resolved
|
| NotInitializedException |
Exception thrown when trying to perform a git flow operation on
a folder that is not git flow initialized
|
| ReleaseBranchExistsException |
Exception thrown when trying to start a release when a release
branch already exists.
|
| RemoteBranchExistsException |
Exception thrown when trying to create a branch when the remote branch
already exists
|
| RemoteBranchMissingException |
Exception thrown when trying to perform an operation on a remote
branch that doesn't exist
|
| SameBranchException |
Exception thrown when master and develop branches are configured with
the same name
|
| TagExistsException |
Exception thrown when trying to create a new tag when a tag of
the same name already exists
|
Copyright © 2013 Atlassian. All Rights Reserved.