Class OfficeFloorIssueTarget

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addIssue​(java.lang.String issueDescription)
      Adds the issue.
      void addIssue​(java.lang.String issueDescription, java.lang.Throwable cause)
      Adds the issue.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • addIssue

        public void addIssue​(java.lang.String issueDescription)
        Description copied from interface: IssueTarget
        Adds the issue.
        Specified by:
        addIssue in interface IssueTarget
        Parameters:
        issueDescription - Description of the issue.
      • addIssue

        public void addIssue​(java.lang.String issueDescription,
                             java.lang.Throwable cause)
        Description copied from interface: IssueTarget
        Adds the issue.
        Specified by:
        addIssue in interface IssueTarget
        Parameters:
        issueDescription - Description of the issue.
        cause - Cause of the issue.