@FunctionalInterface public interface ThrowableConsumer<T>
void
accept(T t)
void accept(T t) throws java.lang.Exception
java.lang.Exception