java.lang.Object
org.eclipse.jgit.internal.fsck.FsckError.CorruptIndex
- Enclosing class:
- FsckError
Represents a corrupt pack index file.
-
Constructor Summary
ConstructorsConstructorDescriptionCorruptIndex(String fileName, CorruptPackIndexException.ErrorType errorType) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
CorruptIndex
- Parameters:
fileName- the file name of the pack index.errorType- the type of error as reported inCorruptPackIndexException.
-
-
Method Details
-
getFileName
- Returns:
- the file name of the index file.
-
getErrorType
- Returns:
- the error type of the corruption.
-