org.apache.wicket.util.lang
Class Exceptions.Visit<T>

java.lang.Object
  extended by org.apache.wicket.util.lang.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
Exceptions.Visit()
           
 
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
 

Constructor Detail

Exceptions.Visit

public Exceptions.Visit()
Method Detail

stop

public void stop(T result)
Stops visit with specified resut

Parameters:
result -

stop

public void stop()
Stops visit



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.