public static class SubmoduleValidator.SubmoduleValidationException
extends java.lang.Exception
| Modifier and Type | Field and Description |
|---|---|
private ObjectChecker.ErrorType |
fsckMessageId |
private static long |
serialVersionUID |
| Constructor and Description |
|---|
SubmoduleValidationException(java.lang.String message,
ObjectChecker.ErrorType fsckMessageId) |
| Modifier and Type | Method and Description |
|---|---|
ObjectChecker.ErrorType |
getFsckMessageId() |
private static final long serialVersionUID
private final ObjectChecker.ErrorType fsckMessageId
SubmoduleValidationException(java.lang.String message,
ObjectChecker.ErrorType fsckMessageId)
message - Description of the problemfsckMessageId - Error identifier, following the git fsck fsck.public ObjectChecker.ErrorType getFsckMessageId()