org.apache.wicket.util.lang
Interface Exceptions.IThrowableVisitor<T>

Type Parameters:
T -
Enclosing class:
Exceptions

public static interface Exceptions.IThrowableVisitor<T>


Method Summary
 void visit(Throwable throwable, Exceptions.Visit<T> visit)
           
 

Method Detail

visit

void visit(Throwable throwable,
           Exceptions.Visit<T> visit)


Copyright © 2004-2010 Apache Software Foundation. All Rights Reserved.