Contents
Class ExceptionFactory<T>
java.lang.Object
org.apache.commons.collections4.functors.ExceptionFactory<T>
- Type Parameters:
T
- the type of results supplied by this supplier.
- All Implemented Interfaces:
Serializable
,Supplier<T>
,Factory<T>
Factory implementation that always throws an exception.
- Since:
- 3.0
- See Also: