ProblemAddJob Method |
Namespace: VRSolver
Exception | Condition |
---|---|
ArgumentNullException | Resource is null. |
ArgumentException | Job is null. |
ArgumentException | Job's ID is not defined. |
ArgumentException | Job with same ID already added. |
ArgumentException | Job has no job parts. |
ArgumentException | ID for JobPart is not defined. |
ArgumentException | JobPart with same ID already exists. |
ArgumentException | Location for a JobPart not defined. |
ArgumentException | JobPart Position constraints do not match the Job's JobParts ordering. |