java.lang.Object
org.eclipse.jgit.internal.fsck.FsckError.CorruptObject
- Enclosing class:
- FsckError
Represents a corrupt object.
-
Constructor Details
-
CorruptObject
- Parameters:
id
- the object identifier.type
- type of the object.errorType
- kind of error
-
-
Method Details
-
getId
Get Id- Returns:
- identifier of the object.
-
getType
public int getType()Get type- Returns:
- type of the object.
-
getErrorType
Get error type- Returns:
- error type of the corruption.
-