Interface Throwables.ThrowableVisitor
-
- Enclosing class:
- Throwables
public static interface Throwables.ThrowableVisitor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default Throwables.ThrowableVisitorResultpreVisitCause(java.lang.Throwable throwable)default Throwables.SuppressedThrowableVisitorResultpreVisitSuppressed(java.lang.Throwable throwable)Throwables.ThrowableVisitorResultvisitThrowable(java.lang.Throwable throwable)
-
-
-
Method Detail
-
preVisitCause
default Throwables.ThrowableVisitorResult preVisitCause(java.lang.Throwable throwable)
-
preVisitSuppressed
default Throwables.SuppressedThrowableVisitorResult preVisitSuppressed(java.lang.Throwable throwable)
-
visitThrowable
Throwables.ThrowableVisitorResult visitThrowable(java.lang.Throwable throwable)
-
-