@FunctionalInterface public static interface ThrowingEx.Supplier<T>
A supplier that can throw any exception.
T
get()
T get() throws Exception
Exception