Interface IDtoConflictingTaskParameterDeclarationsError

All Superinterfaces:
IDtoAbstractError
All Known Implementing Classes:
DtoConflictingTaskParameterDeclarationsError

public interface IDtoConflictingTaskParameterDeclarationsError extends IDtoAbstractError
The task at {path} contains multiple declaration for the parameter-key {parameter}.
  • 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 task that has multiple declarations for one parameter.
    • setPath

      void setPath(String path)
      The path of the task that has multiple declarations for one parameter.
    • getParameter

      String getParameter()
      The key of the parameter that has multiple declarations.
    • setParameter

      void setParameter(String parameter)
      The key of the parameter that has multiple declarations.