Commons Collections 3.2.1.redhat-3
-
- All Implemented Interfaces:
- Serializable, Factory
public final class ExceptionFactory
extends Object
implements Factory, Serializable
Factory implementation that always throws an exception.
- Since:
- Commons Collections 3.0
- Version:
- $Revision$ $Date$
- Author:
- Stephen Colebourne
- See Also:
- Serialized Form
-
-
Field Summary
Fields
Modifier and Type |
Field and Description |
static Factory |
INSTANCE
Singleton predicate instance
|
-
Method Summary
Methods
Modifier and Type |
Method and Description |
Object |
create()
Always throws an exception.
|
static Factory |
getInstance()
Factory returning the singleton instance.
|
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Commons Collections 3.2.1.redhat-3
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.