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: 348444 $ $Date: 2005-11-23 14:06:56 +0000 (Wed, 23 Nov 2005) $
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-2007 Apache Software Foundation. All Rights Reserved.