Class StepNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.agentforge4j.core.exception.StepNotFoundException
All Implemented Interfaces:
Serializable

public class StepNotFoundException extends RuntimeException
Thrown when a step with the given id is not found in the workflow definition.
See Also:
  • Constructor Details

    • StepNotFoundException

      public StepNotFoundException(String stepId)