Class ExceptionClosure<T>
java.lang.Object
org.apache.commons.collections4.functors.ExceptionClosure<T>
- Type Parameters:
- T- the type of the input to the operation.
- All Implemented Interfaces:
- Serializable,- Consumer<T>,- Closure<T>
Closure implementation that always throws an exception.
- Since:
- 3.0
- See Also:
- 
Field SummaryFields
- 
Method SummaryModifier and TypeMethodDescriptionstatic <T> Closure<T> Factory returning the singleton instance.voidAlways throw an exception.
- 
Field Details- 
INSTANCE
 
- 
- 
Method Details- 
exceptionClosureFactory returning the singleton instance.- Type Parameters:
- T- the type of the input to the operation.
- Returns:
- the singleton instance
- Since:
- 3.1
 
- 
execute
 
-