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:
- 
Field SummaryFields
- 
Method Summary
- 
Field Details- 
INSTANCE
 
- 
- 
Method Details- 
exceptionFactoryFactory returning the singleton instance.- Type Parameters:
- T- the type the factory creates
- Returns:
- the singleton instance
- Since:
- 3.1
 
- 
create
 
-