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 visitThrowable
chains
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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
-
-
-