java.lang.Object
com.exasol.errorcodecrawlermavenplugin.Finding

public class Finding extends Object
This class represents issues with the error codes.
  • Constructor Details

    • Finding

      public Finding(String message)
      Create a new instance of Finding.
      Parameters:
      message - message of the finding.
  • Method Details

    • getMessage

      public String getMessage()
      Get the message of this finding.
      Returns:
      message
    • toString

      public String toString()
      Overrides:
      toString in class Object