Interface ExceptionSupplier<E extends Exception>

Type Parameters:
E - the type of the supplied exception
All Superinterfaces:
Function<String,E>

public interface ExceptionSupplier<E extends Exception> extends Function<String,E>
A supplier of an exception. It is a function from the message of the exception to the supplied exception.