public class Finding
extends Object
This class represents issues with the error codes.
-
Constructor Summary
Constructors
-
Method Summary
Get the message of this finding.
-
Constructor Details
-
Finding
public Finding(String message)
- Parameters:
message - message of the finding.
-
Method Details
-
getMessage
Get the message of this finding.
- Returns:
- message
-