org.apache.commons.collections.functors
public final class ExceptionFactory extends Object implements Factory, Serializable
Since: Commons Collections 3.0
Version: $Revision: 348444 $ $Date: 2005-11-23 14:06:56 +0000 (Wed, 23 Nov 2005) $
Field Summary | |
---|---|
static Factory | INSTANCE Singleton predicate instance |
Method Summary | |
---|---|
Object | create()
Always throws an exception.
|
static Factory | getInstance()
Factory returning the singleton instance.
|
Returns: never
Throws: FunctorException always
Returns: the singleton instance
Since: Commons Collections 3.1