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

Type Parameters:
T -
Enclosing class:
Exceptions

public static interface Exceptions.IThrowableVisitor<T>

Visitor used to visit Throwable chains


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

Method Detail

visit

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

Parameters:
throwable -
visit -


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