Uses of Package
org.eclipse.jgit.errors

Packages that use org.eclipse.jgit.errors
org.eclipse.jgit.api   
org.eclipse.jgit.api.errors   
org.eclipse.jgit.diff   
org.eclipse.jgit.dircache   
org.eclipse.jgit.errors   
org.eclipse.jgit.fnmatch   
org.eclipse.jgit.lib   
org.eclipse.jgit.merge   
org.eclipse.jgit.notes   
org.eclipse.jgit.revplot   
org.eclipse.jgit.revwalk   
org.eclipse.jgit.revwalk.filter   
org.eclipse.jgit.storage.file   
org.eclipse.jgit.storage.pack   
org.eclipse.jgit.submodule   
org.eclipse.jgit.transport   
org.eclipse.jgit.transport.resolver   
org.eclipse.jgit.treewalk   
org.eclipse.jgit.treewalk.filter   
 

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.
 

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.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 © 2012. All Rights Reserved.