Class StopWalkException

All Implemented Interfaces:
Serializable

public class StopWalkException extends RuntimeException
Stops the driver loop of walker and finish with current results.
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • INSTANCE

      public static final StopWalkException INSTANCE
      Singleton instance for throwing within a filter.
  • Constructor Details

    • StopWalkException

      private StopWalkException()