Interface IDtoInvalidStartAndEndTimingError

All Superinterfaces:
IDtoAbstractError
All Known Implementing Classes:
DtoInvalidStartAndEndTimingError

public interface IDtoInvalidStartAndEndTimingError extends IDtoAbstractError
The object at {path} declares startTime {startTime}, that will be after or at the declared endTime {endTime}.
  • 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 of the object that has an invalid startTime/endTime combination
    • setPath

      void setPath(String path)
      The path of the object that has an invalid startTime/endTime combination
    • getStart

      String getStart()
      the declared start timing (DtoAbstractTiming)
    • setStart

      void setStart(String start)
      the declared start timing (DtoAbstractTiming)
    • getEnd

      String getEnd()
      the declared end timing (DtoAbstractTiming)
    • setEnd

      void setEnd(String end)
      the declared end timing (DtoAbstractTiming)