public final class ExceptionFactory extends Object implements Factory, Serializable
| Modifier and Type | Field and Description |
|---|---|
static Factory |
INSTANCE
Singleton predicate instance
|
| Modifier and Type | Method and Description |
|---|---|
Object |
create()
Always throws an exception.
|
static Factory |
getInstance()
Factory returning the singleton instance.
|
public static final Factory INSTANCE
public static Factory getInstance()
public Object create()
create in interface FactoryFunctorException - alwaysCopyright © 2001–2016 The Apache Software Foundation. All rights reserved.