Package org.apache.wicket.util.lang
Interface Exceptions.IThrowableVisitor<T>
-
- Type Parameters:
T-
- Enclosing class:
- Exceptions
public static interface Exceptions.IThrowableVisitor<T>Visitor used to visitThrowablechains
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidvisit(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-
-
-