Class SubmoduleValidator.SubmoduleValidationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.eclipse.jgit.internal.submodule.SubmoduleValidator.SubmoduleValidationException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- SubmoduleValidator
public static class SubmoduleValidator.SubmoduleValidationException extends java.lang.Exception
Error validating a git submodule declaration- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private ObjectChecker.ErrorType
fsckMessageId
private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description SubmoduleValidationException(java.lang.String message, ObjectChecker.ErrorType fsckMessageId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectChecker.ErrorType
getFsckMessageId()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
fsckMessageId
private final ObjectChecker.ErrorType fsckMessageId
-
-
Constructor Detail
-
SubmoduleValidationException
SubmoduleValidationException(java.lang.String message, ObjectChecker.ErrorType fsckMessageId)
- Parameters:
message
- Description of the problemfsckMessageId
- Error identifier, following the git fsck fsck.format
-
-
Method Detail
-
getFsckMessageId
public ObjectChecker.ErrorType getFsckMessageId()
- Returns:
- the error identifier
-
-