Package org.eclipse.jgit.errors
Class StopWalkException
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.private static final long
-
Constructor Summary
Constructors -
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:
-
INSTANCE
Singleton instance for throwing within a filter.
-
-
Constructor Details
-
StopWalkException
private StopWalkException()
-