public final class ExceptionFactory extends java.lang.Object implements Factory, java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
static Factory |
INSTANCE
Singleton predicate instance
|
private static long |
serialVersionUID
Serial version UID
|
| Modifier | Constructor and Description |
|---|---|
private |
ExceptionFactory()
Restricted constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
create()
Always throws an exception.
|
static Factory |
getInstance()
Factory returning the singleton instance.
|
private static final long serialVersionUID
public static final Factory INSTANCE
public static Factory getInstance()
public java.lang.Object create()
create in interface FactoryFunctorException - always