Class Exceptions.Visit<T>

  • Type Parameters:
    T -
    Enclosing class:
    Exceptions

    public static class Exceptions.Visit<T>
    extends java.lang.Object
    Represents a visit
    Author:
    igor
    • Constructor Summary

      Constructors 
      Constructor Description
      Visit()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void stop()
      Stops visit
      void stop​(T result)
      Stops visit with specified resut
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Visit

        public Visit()
    • Method Detail

      • stop

        public void stop​(T result)
        Stops visit with specified resut
        Parameters:
        result -
      • stop

        public void stop()
        Stops visit