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
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static StopWalkException INSTANCE
      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
      • 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.