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
public static class SubmoduleValidator.SubmoduleValidationException extends Exception
Error validating a git submodule declaration- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectChecker.ErrorType
getFsckMessageId()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
getFsckMessageId
public ObjectChecker.ErrorType getFsckMessageId()
- Returns:
- the error identifier
-
-