public static class FsckError.CorruptIndex
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) CorruptPackIndexException.ErrorType |
errorType |
(package private) java.lang.String |
fileName |
Constructor and Description |
---|
CorruptIndex(java.lang.String fileName,
CorruptPackIndexException.ErrorType errorType) |
Modifier and Type | Method and Description |
---|---|
CorruptPackIndexException.ErrorType |
getErrorType() |
java.lang.String |
getFileName() |
java.lang.String fileName
CorruptPackIndexException.ErrorType errorType
public CorruptIndex(java.lang.String fileName, CorruptPackIndexException.ErrorType errorType)
fileName
- the file name of the pack index.errorType
- the type of error as reported in
CorruptPackIndexException
.public java.lang.String getFileName()
public CorruptPackIndexException.ErrorType getErrorType()