java.io.Serializable, Factorypublic final class ExceptionFactory extends java.lang.Object implements Factory, java.io.Serializable
| Modifier and Type | Field | Description |
|---|---|---|
static Factory |
INSTANCE |
Singleton predicate instance
|
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.Object |
create() |
Always throws an exception.
|
static Factory |
getInstance() |
Factory returning the singleton instance.
|
public static final Factory INSTANCE
public static Factory getInstance()
public java.lang.Object create()
create in interface FactoryFunctorException - alwaysCopyright © 2001-2018 Apache Software Foundation. All Rights Reserved.