Interface IDtoInvalidStartAndEndTimeError

All Superinterfaces:
IDtoAbstractError
All Known Implementing Classes:
DtoInvalidStartAndEndTimeError

public interface IDtoInvalidStartAndEndTimeError extends IDtoAbstractError
The object of type {objectType} at {path} has start bigger or equal to end.
  • 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 with invalid start/end time.
    • setPath

      void setPath(String path)
      The path of the object with invalid start/end time.
    • getObjectType

      String getObjectType()
      The type of the object.
    • setObjectType

      void setObjectType(String objectType)
      The type of the object.