Uses of Package
org.eclipse.jgit.errors
-
Classes in org.eclipse.jgit.errors used by org.eclipse.jgit.api Class Description IncorrectObjectTypeException An inconsistency with respect to handling different object types.InvalidPatternException Thrown when a pattern passed in an argument was wrong.MissingObjectException An expected object is missing.NoWorkTreeException Indicates aRepository
has no working directory, and is thus bare. -
Classes in org.eclipse.jgit.errors used by org.eclipse.jgit.api.errors Class Description CheckoutConflictException Exception thrown if a conflict occurs during a merge checkout. -
Classes in org.eclipse.jgit.errors used by org.eclipse.jgit.awtui Class Description UnsupportedCredentialItem An exception thrown when aCredentialItem
is requested from aCredentialsProvider
which is not supported by this provider. -
Classes in org.eclipse.jgit.errors used by org.eclipse.jgit.console Class Description UnsupportedCredentialItem An exception thrown when aCredentialItem
is requested from aCredentialsProvider
which is not supported by this provider. -
Classes in org.eclipse.jgit.errors used by org.eclipse.jgit.diff Class Description BinaryBlobException BinaryBlobException is used to signal that binary data was found in a context that requires text (eg.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 Class Description 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 Class Description CorruptPackIndexException.ErrorType The error type of a corrupt index file.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.NoMergeBaseException.MergeBaseFailureReason An enum listing the different reason why no merge base could be determined.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 Class Description InvalidPatternException Thrown when a pattern passed in an argument was wrong. -
Classes in org.eclipse.jgit.errors used by org.eclipse.jgit.gpg.bc.internal Class Description UnsupportedCredentialItem An exception thrown when aCredentialItem
is requested from aCredentialsProvider
which is not supported by this provider. -
Classes in org.eclipse.jgit.errors used by org.eclipse.jgit.gpg.bc.internal.keys Class Description UnsupportedCredentialItem An exception thrown when aCredentialItem
is requested from aCredentialsProvider
which is not supported by this provider. -
Classes in org.eclipse.jgit.errors used by org.eclipse.jgit.ignore Class Description InvalidPatternException Thrown when a pattern passed in an argument was wrong. -
Classes in org.eclipse.jgit.errors used by org.eclipse.jgit.ignore.internal Class Description InvalidPatternException Thrown when a pattern passed in an argument was wrong. -
Classes in org.eclipse.jgit.errors used by org.eclipse.jgit.internal.fsck Class Description CorruptPackIndexException Exception thrown when encounters a corrupt pack index file.CorruptPackIndexException.ErrorType The error type of a corrupt index file. -
Classes in org.eclipse.jgit.errors used by org.eclipse.jgit.internal.revwalk Class Description 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.internal.storage.dfs Class Description ConfigInvalidException Indicates a text string is not a valid Git style configuration.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.internal.storage.file Class Description 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.internal.storage.pack Class Description IncorrectObjectTypeException An inconsistency with respect to handling different object types.MissingObjectException An expected object is missing.SearchForReuseTimeout Thrown when the search for reuse phase times out.StoredObjectRepresentationNotAvailableException A previously selected representation is no longer available. -
Classes in org.eclipse.jgit.errors used by org.eclipse.jgit.internal.transport.connectivity Class Description MissingObjectException An expected object is missing. -
Classes in org.eclipse.jgit.errors used by org.eclipse.jgit.internal.transport.parser Class Description PackProtocolException Indicates a protocol error has occurred while fetching/pushing objects. -
Classes in org.eclipse.jgit.errors used by org.eclipse.jgit.junit Class Description ConfigInvalidException Indicates a text string is not a valid Git style configuration.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.junit.ssh Class Description UnsupportedCredentialItem An exception thrown when aCredentialItem
is requested from aCredentialsProvider
which is not supported by this provider. -
Classes in org.eclipse.jgit.errors used by org.eclipse.jgit.lfs Class Description 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.lfs.lib Class Description 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.lib Class Description AmbiguousObjectException AnAbbreviatedObjectId
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.IllegalTodoFileModification Attempt to modify a rebase-todo file in an unsupported wayIncorrectObjectTypeException 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 aRepository
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 Class Description 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 Class Description 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 Class Description 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 Class Description 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.StopWalkException Stops the driver loop of walker and finish with current results. -
Classes in org.eclipse.jgit.errors used by org.eclipse.jgit.revwalk.filter Class Description 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 Class Description ConfigInvalidException Indicates a text string is not a valid Git style configuration. -
Classes in org.eclipse.jgit.errors used by org.eclipse.jgit.submodule Class Description 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 Class Description CorruptObjectException Exception thrown when an object cannot be read from Git.LargeObjectException An object is too big to load into memory as a single byte array.NotSupportedException JGit encountered a case that it knows it cannot yet handle.PackProtocolException Indicates a protocol error has occurred while fetching/pushing objects.TransportException Indicates a protocol error has occurred while fetching/pushing objects.UnsupportedCredentialItem An exception thrown when aCredentialItem
is requested from aCredentialsProvider
which is not supported by this provider. -
Classes in org.eclipse.jgit.errors used by org.eclipse.jgit.transport.resolver Class Description RepositoryNotFoundException Indicates a local repository does not exist. -
Classes in org.eclipse.jgit.errors used by org.eclipse.jgit.transport.ssh.jsch Class Description TransportException Indicates a protocol error has occurred while fetching/pushing objects. -
Classes in org.eclipse.jgit.errors used by org.eclipse.jgit.transport.sshd Class Description TransportException Indicates a protocol error has occurred while fetching/pushing objects. -
Classes in org.eclipse.jgit.errors used by org.eclipse.jgit.treewalk Class Description 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 Class Description 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.util Class Description BinaryBlobException BinaryBlobException is used to signal that binary data was found in a context that requires text (eg.CommandFailedException Thrown when an external command failedConfigInvalidException Indicates a text string is not a valid Git style configuration.CorruptObjectException Exception thrown when an object cannot be read from Git.