StepDependencyException

constructor(messageEnum: StepDependencyExceptionMessage, referencedStepIndex: Int, vararg args: Any, cause: Throwable? = null, queryContext: QueryContext? = null)

Parameters

messageEnum

Error message enum.

referencedStepIndex

Index of the step that the reference pointed to.

args

Arguments useful for the message.


constructor(messageEnum: StepDependencyExceptionMessage, stepIndex: Int)