final String msg = "line: [" + step.getParameterLine() + "] in [" + step.getSource()
+ "] matches step implementation method: [" + problem.getMethod().toString()
+ "] AND matches a sub step definition: [" + substepsParent.getParent().getParameterLine()
+ "] in [" + substepsParent.getSubStepFile() + "]";
throw new SubstepsConfigurationException(msg);
}
final SubstepNode substepNode = build(scenarioDescription, substepsParent.getSteps(), subStepsMapLocal,
substepsParent, parametersForSubSteps, throwExceptionIfUnableToBuildMethodArgs, tags, depth);