org.apache.commons.collections.functors
Class ExceptionFactory
java.lang.Object
org.apache.commons.collections.functors.ExceptionFactory
- Factory, Serializable
public final class ExceptionFactory
extends java.lang.Object
Factory implementation that always throws an exception.
$Revision: 1.7 $ $Date: 2004/05/16 11:47:38 $
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-2006 Apache Software Foundation. All Rights Reserved.