MCPcopy Create free account
hub / github.com/Beh01der/EasyFlow / doOnError

Method doOnError

src/main/java/au/com/ds/ef/EasyFlow.java:230–233  ·  view source on GitHub ↗
(final ExecutionError error)

Source from the content-addressed store, hash-verified

228 }
229
230 protected void doOnError(final ExecutionError error) {
231 handlers.callOnError(error);
232 doOnTerminate(error.getState(), (C) error.getContext());
233 }
234
235 protected StateEnum getStartState() {
236 return startState;

Callers 3

runMethod · 0.95
enterMethod · 0.95
leaveMethod · 0.95

Calls 4

doOnTerminateMethod · 0.95
callOnErrorMethod · 0.80
getContextMethod · 0.80
getStateMethod · 0.45

Tested by

no test coverage detected