| Package | Description |
|---|---|
| com.atlassian.jgitflow.core.exception |
| Modifier and Type | Class and Description |
|---|---|
class |
AlreadyInitializedException
Exception thrown when trying to initialize git flow on a folder that
has already been initialized
|
class |
BranchOutOfDateException
Exception thrown when a local branch is behind a remote branch
|
class |
DirtyWorkingTreeException
Exception thrown when the local working tree contains un-committed changes
|
class |
HotfixBranchExistsException
Exception thrown when trying to start a hotfix when a hotfix branch
already exists.
|
class |
JGitFlowGenericException
Exception to wrap generic Exception thrown by 3rd party APIs
|
class |
JGitFlowGitAPIException
Exception to wrap GitAPIException thrown by JGit
|
class |
JGitFlowIOException
Exception to wrap IOException
|
class |
LocalBranchExistsException
Exception thrown when trying to create a branch when the local branch
already exists
|
class |
LocalBranchMissingException
Exception thrown when trying to perform an operation on a local
branch that doesn't exist
|
class |
MergeConflictsNotResolvedException
Exception thrown when there are merge conflicts that need to be resolved
|
class |
NotInitializedException
Exception thrown when trying to perform a git flow operation on
a folder that is not git flow initialized
|
class |
ReleaseBranchExistsException
Exception thrown when trying to start a release when a release
branch already exists.
|
class |
RemoteBranchExistsException
Exception thrown when trying to create a branch when the remote branch
already exists
|
class |
RemoteBranchMissingException
Exception thrown when trying to perform an operation on a remote
branch that doesn't exist
|
class |
SameBranchException
Exception thrown when master and develop branches are configured with
the same name
|
class |
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.