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 TypeMethodDescriptionGet error typeGet file name
-
Constructor Details
-
CorruptIndex
- Parameters:
fileName
- the file name of the pack index.errorType
- the type of error as reported inCorruptPackIndexException
.
-
-
Method Details
-
getFileName
Get file name- Returns:
- the file name of the index file.
-
getErrorType
Get error type- Returns:
- the error type of the corruption.
-