Class ExceptionClosure<E>
java.lang.Object
org.apache.commons.collections4.functors.ExceptionClosure<E>
- All Implemented Interfaces:
Serializable
,Consumer<E>
,Closure<E>
Closure implementation that always throws an exception.
- Since:
- 3.0
- See Also:
-
Field Details
-
INSTANCE
Singleton predicate instance
-
-
Method Details
-
exceptionClosure
Factory returning the singleton instance.- Type Parameters:
E
- the type that the closure acts on- Returns:
- the singleton instance
- Since:
- 3.1
-
execute
Always throw an exception.- Specified by:
execute
in interfaceClosure<E>
- Parameters:
input
- the input object- Throws:
FunctorException
- always
-