Class SubmoduleValidator.SubmoduleValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.jgit.internal.submodule.SubmoduleValidator.SubmoduleValidationException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- SubmoduleValidator
Error validating a git submodule declaration
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSubmoduleValidationException
(String message, ObjectChecker.ErrorType fsckMessageId) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
fsckMessageId
-
-
Constructor Details
-
SubmoduleValidationException
SubmoduleValidationException(String message, ObjectChecker.ErrorType fsckMessageId) - Parameters:
message
- Description of the problemfsckMessageId
- Error identifier, following the git fsck fsck.<msg-id> format
-
-
Method Details
-
getFsckMessageId
- Returns:
- the error identifier
-