Class ExceptionFactory<T>
java.lang.Object
org.apache.commons.collections4.functors.ExceptionFactory<T>
- All Implemented Interfaces:
Serializable
,Supplier<T>
,Factory<T>
Factory implementation that always throws an exception.
- Since:
- 3.0
- See Also:
-
Field Summary
-
Method Summary
-
Field Details
-
INSTANCE
Singleton predicate instance
-
-
Method Details
-
exceptionFactory
Factory returning the singleton instance.- Type Parameters:
T
- the type the factory creates- Returns:
- the singleton instance
- Since:
- 3.1
-
create
Always throws an exception.- Specified by:
create
in interfaceFactory<T>
- Returns:
- never
- Throws:
FunctorException
- always
-