Interface IDtoCyclicJobDependenciesError
- All Superinterfaces:
IDtoAbstractError
- All Known Implementing Classes:
DtoCyclicJobDependenciesError
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 Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionString[]getCycle()the job ids in the cyclegetPath()the path to the jobGraph whose dependencies contain the cyclegetType()Type of this object.voidthe job ids in the cyclevoidsetMessage(String message) voidthe path to the jobGraph whose dependencies contain the cycle
-
Field Details
-
_DISCRIMINATOR_TYPE_NAME
- See Also:
-
-
Method Details
-
getType
String getType()Type of this object.- Specified by:
getTypein interfaceIDtoAbstractError
-
getMessage
String getMessage()- Specified by:
getMessagein interfaceIDtoAbstractError
-
setMessage
- Specified by:
setMessagein interfaceIDtoAbstractError
-
getPath
String getPath()the path to the jobGraph whose dependencies contain the cycle -
setPath
the path to the jobGraph whose dependencies contain the cycle -
getCycle
String[] getCycle()the job ids in the cycle -
setCycle
the job ids in the cycle
-