org.apache.commons.collections.functors
Class ExceptionFactory
java.lang.Object
|
+--org.apache.commons.collections.functors.ExceptionFactory
All Implemented Interfaces:
Factory, Serializable
public final class
ExceptionFactoryextends java.lang.Object
implements
Factory, Serializable
Factory implementation that always throws an exception.
- Commons Collections 3.0
- Stephen Colebourne
INSTANCE
public static final Factory INSTANCE
Singleton predicate instance
create
public Object create()
Always throw an exception.