Class 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
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private StopWalkException()  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • INSTANCE

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

      • StopWalkException

        private StopWalkException()