Interface IDtoCyclicJobDependenciesError

All Superinterfaces:
IDtoAbstractError
All Known Implementing Classes:
DtoCyclicJobDependenciesError

public interface IDtoCyclicJobDependenciesError extends IDtoAbstractError
The jobGraph at {path} (graph with vertices from jobs and edges from those jobDependencies that do not only refer to fixedJobs) contains the cycle {cycle}.
  • Field Details

  • Method Details

    • getType

      String getType()
      Type of this object.
      Specified by:
      getType in interface IDtoAbstractError
    • getMessage

      String getMessage()
      Specified by:
      getMessage in interface IDtoAbstractError
    • setMessage

      void setMessage(String message)
      Specified by:
      setMessage in interface IDtoAbstractError
    • getPath

      String getPath()
      the path to the jobGraph whose dependencies contain the cycle
    • setPath

      void setPath(String path)
      the path to the jobGraph whose dependencies contain the cycle
    • getCycle

      String[] getCycle()
      the job ids in the cycle
    • setCycle

      void setCycle(String[] cycle)
      the job ids in the cycle