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
Method Summary |
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 |
Exceptions.Visit
public Exceptions.Visit()
stop
public void stop(T result)
- Stops visit with specified resut
- Parameters:
result
-
stop
public void stop()
- Stops visit
Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.