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 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 visitvoid
stop(T result)
Stops visit with specified resut
-