java.io.Serializable
, Factory
public 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 Factory
FunctorException
- alwaysCopyright © 2001-2017 Apache Software Foundation. All Rights Reserved.