Interface IDtoUndeclaredTaskParameterKeyError

All Superinterfaces:
IDtoAbstractError
All Known Implementing Classes:
DtoUndeclaredTaskParameterKeyError

public interface IDtoUndeclaredTaskParameterKeyError extends IDtoAbstractError
The object at {path} mentions the key of a TaskParameter by $ that the task does not declare.
  • 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 mentioning the undeclared task parameter key.
    • setPath

      void setPath(String path)
      The path of the object mentioning the undeclared task parameter key.
    • getUndeclaredKey

      String getUndeclaredKey()
      The key mentionend in the object's value, not declared in task.
    • setUndeclaredKey

      void setUndeclaredKey(String undeclaredKey)
      The key mentionend in the object's value, not declared in task.
    • getTask

      String getTask()
      The id of the task the object is refering to.
    • setTask

      void setTask(String task)
      The id of the task the object is refering to.