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

Enclosing class:
Exceptions

public static interface Exceptions.IThrowableVisitor<T>


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

Method Detail

visit

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


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