Uses of Package
org.eclipse.jgit.errors

Packages that use org.eclipse.jgit.errors
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.diff Comparing file contents by computing diffs. 
org.eclipse.jgit.dircache Reading and editing the directory cache (index). 
org.eclipse.jgit.errors Exceptions thrown by lower-level JGit APIs. 
org.eclipse.jgit.fnmatch File name matcher. 
org.eclipse.jgit.lib Core API for repository, config, refs, object database. 
org.eclipse.jgit.merge Content and commit history merge algorithms. 
org.eclipse.jgit.notes Git notes processing (for commits, etc). 
org.eclipse.jgit.revplot Building/rendering revision graphs. 
org.eclipse.jgit.revwalk Walking revision graphs (commit history). 
org.eclipse.jgit.revwalk.filter Filters for use in revision walking. 
org.eclipse.jgit.storage.dfs Distributed file system based repository storage. 
org.eclipse.jgit.storage.file File based repository storage. 
org.eclipse.jgit.storage.pack Reading/writing Git pack files. 
org.eclipse.jgit.submodule Git submodule support. 
org.eclipse.jgit.transport Transport (fetch/push) for different protocols. 
org.eclipse.jgit.transport.resolver Server-side resolver for locating repositories by URLs. 
org.eclipse.jgit.treewalk Walking and comparing directory/file trees (of commits, file system). 
org.eclipse.jgit.treewalk.filter Filters for use in tree walking. 
 

Classes in org.eclipse.jgit.errors used by org.eclipse.jgit.api
IncorrectObjectTypeException
          An inconsistency with respect to handling different object types.
MissingObjectException
          An expected object is missing.
NoWorkTreeException
          Indicates a Repository has no working directory, and is thus bare.
 

Classes in org.eclipse.jgit.errors used by org.eclipse.jgit.api.errors
CheckoutConflictException
          Exception thrown if a conflict occurs during a merge checkout.
 

Classes in org.eclipse.jgit.errors used by org.eclipse.jgit.diff
CorruptObjectException
          Exception thrown when an object cannot be read from Git.
MissingObjectException
          An expected object is missing.
 

Classes in org.eclipse.jgit.errors used by org.eclipse.jgit.dircache
CorruptObjectException
          Exception thrown when an object cannot be read from Git.
IncorrectObjectTypeException
          An inconsistency with respect to handling different object types.
MissingObjectException
          An expected object is missing.
UnmergedPathException
          Indicates one or more paths in a DirCache have non-zero stages present.
 

Classes in org.eclipse.jgit.errors used by org.eclipse.jgit.errors
InvalidPatternException
          Thrown when a pattern passed in an argument was wrong.
LargeObjectException
          An object is too big to load into memory as a single byte array.
StopWalkException
          Stops the driver loop of walker and finish with current results.
TranslationBundleException
          Common base class for all translation bundle related exceptions.
TransportException
          Indicates a protocol error has occurred while fetching/pushing objects.
 

Classes in org.eclipse.jgit.errors used by org.eclipse.jgit.fnmatch
InvalidPatternException
          Thrown when a pattern passed in an argument was wrong.
 

Classes in org.eclipse.jgit.errors used by org.eclipse.jgit.lib
AmbiguousObjectException
          An AbbreviatedObjectId cannot be extended.
ConfigInvalidException
          Indicates a text string is not a valid Git style configuration.
CorruptObjectException
          Exception thrown when an object cannot be read from Git.
IncorrectObjectTypeException
          An inconsistency with respect to handling different object types.
LargeObjectException
          An object is too big to load into memory as a single byte array.
MissingObjectException
          An expected object is missing.
NoWorkTreeException
          Indicates a Repository has no working directory, and is thus bare.
RepositoryNotFoundException
          Indicates a local repository does not exist.
RevisionSyntaxException
          This signals a revision or object reference was not properly formatted.
 

Classes in org.eclipse.jgit.errors used by org.eclipse.jgit.merge
IncorrectObjectTypeException
          An inconsistency with respect to handling different object types.
MissingObjectException
          An expected object is missing.
 

Classes in org.eclipse.jgit.errors used by org.eclipse.jgit.notes
CorruptObjectException
          Exception thrown when an object cannot be read from Git.
IncorrectObjectTypeException
          An inconsistency with respect to handling different object types.
LargeObjectException
          An object is too big to load into memory as a single byte array.
MissingObjectException
          An expected object is missing.
 

Classes in org.eclipse.jgit.errors used by org.eclipse.jgit.revplot
IncorrectObjectTypeException
          An inconsistency with respect to handling different object types.
MissingObjectException
          An expected object is missing.
 

Classes in org.eclipse.jgit.errors used by org.eclipse.jgit.revwalk
CorruptObjectException
          Exception thrown when an object cannot be read from Git.
IncorrectObjectTypeException
          An inconsistency with respect to handling different object types.
MissingObjectException
          An expected object is missing.
 

Classes in org.eclipse.jgit.errors used by org.eclipse.jgit.revwalk.filter
IncorrectObjectTypeException
          An inconsistency with respect to handling different object types.
MissingObjectException
          An expected object is missing.
StopWalkException
          Stops the driver loop of walker and finish with current results.
 

Classes in org.eclipse.jgit.errors used by org.eclipse.jgit.storage.dfs
IncorrectObjectTypeException
          An inconsistency with respect to handling different object types.
MissingObjectException
          An expected object is missing.
StoredObjectRepresentationNotAvailableException
          A previously selected representation is no longer available.
 

Classes in org.eclipse.jgit.errors used by org.eclipse.jgit.storage.file
ConfigInvalidException
          Indicates a text string is not a valid Git style configuration.
CorruptObjectException
          Exception thrown when an object cannot be read from Git.
MissingObjectException
          An expected object is missing.
 

Classes in org.eclipse.jgit.errors used by org.eclipse.jgit.storage.pack
IncorrectObjectTypeException
          An inconsistency with respect to handling different object types.
MissingObjectException
          An expected object is missing.
StoredObjectRepresentationNotAvailableException
          A previously selected representation is no longer available.
 

Classes in org.eclipse.jgit.errors used by org.eclipse.jgit.submodule
ConfigInvalidException
          Indicates a text string is not a valid Git style configuration.
CorruptObjectException
          Exception thrown when an object cannot be read from Git.
 

Classes in org.eclipse.jgit.errors used by org.eclipse.jgit.transport
NotSupportedException
          JGit encountered a case that it knows it cannot yet handle.
TransportException
          Indicates a protocol error has occurred while fetching/pushing objects.
UnsupportedCredentialItem
          An exception thrown when a CredentialItem is requested from a CredentialsProvider which is not supported by this provider.
 

Classes in org.eclipse.jgit.errors used by org.eclipse.jgit.transport.resolver
RepositoryNotFoundException
          Indicates a local repository does not exist.
 

Classes in org.eclipse.jgit.errors used by org.eclipse.jgit.treewalk
CorruptObjectException
          Exception thrown when an object cannot be read from Git.
IncorrectObjectTypeException
          An inconsistency with respect to handling different object types.
MissingObjectException
          An expected object is missing.
 

Classes in org.eclipse.jgit.errors used by org.eclipse.jgit.treewalk.filter
IncorrectObjectTypeException
          An inconsistency with respect to handling different object types.
MissingObjectException
          An expected object is missing.
 



Copyright © 2013. All Rights Reserved.