Interface IDtoUnknownJobInJobSequenceError

All Superinterfaces:
IDtoAbstractError
All Known Implementing Classes:
DtoUnknownJobInJobSequenceError

public interface IDtoUnknownJobInJobSequenceError extends IDtoAbstractError
The DtoAbstractJob with id {jobId} is referenced in a sequence in {path} but is not part of the enclosing DtoJobGraph's productionJobs.
  • 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 where the job is referenced.
    • setPath

      void setPath(String path)
      The path where the job is referenced.
    • getJobId

      String getJobId()
      The id of the job that is not a productionJob of the graph.
    • setJobId

      void setJobId(String jobId)
      The id of the job that is not a productionJob of the graph.