Package | Description |
---|---|
org.eclipse.jgit.errors |
Exceptions thrown by lower-level JGit APIs.
|
org.eclipse.jgit.internal.fsck |
Git fsck support.
|
Modifier and Type | Field and Description |
---|---|
private CorruptPackIndexException.ErrorType |
CorruptPackIndexException.errorType |
Modifier and Type | Method and Description |
---|---|
CorruptPackIndexException.ErrorType |
CorruptPackIndexException.getErrorType()
Specific the reason of the corrupt index file.
|
static CorruptPackIndexException.ErrorType |
CorruptPackIndexException.ErrorType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CorruptPackIndexException.ErrorType[] |
CorruptPackIndexException.ErrorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
CorruptPackIndexException(java.lang.String message,
CorruptPackIndexException.ErrorType errorType)
Report a specific error condition discovered in an index file.
|
Modifier and Type | Field and Description |
---|---|
(package private) CorruptPackIndexException.ErrorType |
FsckError.CorruptIndex.errorType |
Modifier and Type | Method and Description |
---|---|
CorruptPackIndexException.ErrorType |
FsckError.CorruptIndex.getErrorType() |
Constructor and Description |
---|
CorruptIndex(java.lang.String fileName,
CorruptPackIndexException.ErrorType errorType) |