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