Package org.apache.wicket.util.lang
Class Exceptions.Visit<T>
- java.lang.Object
-
- org.apache.wicket.util.lang.Exceptions.Visit<T>
-
- Type Parameters:
T-
- Enclosing class:
- Exceptions
public static class Exceptions.Visit<T> extends java.lang.ObjectRepresents a visit- Author:
- igor
-
-
Constructor Summary
Constructors Constructor Description Visit()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidstop()Stops visitvoidstop(T result)Stops visit with specified resut
-
-
-
Method Detail
-
stop
public void stop(T result)
Stops visit with specified resut- Parameters:
result-
-
stop
public void stop()
Stops visit
-
-