@FunctionalInterface
public static interface FlatChain.OnErrorFunction
FlatChain
is created.
See the FlatChain.Builder.onError(com.thomsonreuters.platformservices.elektron.objects.chain.FlatChain.OnErrorFunction)
for more details.Modifier and Type | Method and Description |
---|---|
void |
onError(java.lang.String errorMessage,
FlatChain chain)
Called when a
FlatChain is in error. |
void onError(java.lang.String errorMessage, FlatChain chain)
FlatChain
is in error. errorMessage
- the error message.chain
- the chain in error.