Interface Exceptions.IThrowableVisitor<T>

  • Type Parameters:
    T -
    Enclosing class:
    Exceptions

    public static interface Exceptions.IThrowableVisitor<T>
    Visitor used to visit Throwable chains
    • Method Detail

      • visit

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