org.apache.commons.collections.functors
Class ExceptionFactory
java.lang.Objectorg.apache.commons.collections.functors.ExceptionFactory
- Factory, Serializable
public final class ExceptionFactory
extends java.lang.Object
Factory implementation that always throws an exception.
$Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
INSTANCE
public static final Factory INSTANCE
Singleton predicate instance
create
public Object create()
Always throws an exception.
- create in interface Factory
getInstance
public static Factory getInstance()
Factory returning the singleton instance.
Copyright © 2001-2008 Apache Software Foundation. All Rights Reserved.