java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.jgit.errors.StopWalkException
- All Implemented Interfaces:
Serializable
Stops the driver loop of walker and finish with current results.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StopWalkException
Singleton instance for throwing within a filter. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
INSTANCE
Singleton instance for throwing within a filter.
-