public class NotImplementedFunctor extends CommonFunctor
| Constructor and Description |
|---|
NotImplementedFunctor() |
| Modifier and Type | Method and Description |
|---|---|
Object |
perform(IFunctorCall call)
Perform the encapsulated business logic in the context defined in "call".
|
static void |
reportNotImplemented() |
public static void reportNotImplemented()
public Object perform(IFunctorCall call) throws FunctorInvocationException
IFunctorcall - The call contextFunctorInvocationException - An exception that raised while executing the business logic
will be wrapped in a FunctorInvocationException.Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.