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(java.lang.Throwable throwable, Exceptions.Visit<T> visit)
          Visit a throwable
 

Method Detail

visit

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

Parameters:
throwable -
visit -


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