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:
java.io.Serializable
public class StopWalkException extends java.lang.RuntimeException
Stops the driver loop of walker and finish with current results.- See Also:
RevFilter
, Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StopWalkException
INSTANCE
Singleton instance for throwing within a filter.
-
-
-
Field Detail
-
INSTANCE
public static final StopWalkException INSTANCE
Singleton instance for throwing within a filter.
-
-