Class Issue

java.lang.Object
com.e1c.g5.v8.dt.check.Issue
Direct Known Subclasses:
BslCheckIssue, BslDirectLocationIssue, EIssue

public class Issue extends Object
Description of some problem in the checked object. Subtypes may provide more specific information. The ACC supports only fixed set of issues at the moment, the check developer cannot subclass this class.
  • Constructor Details

    • Issue

      public Issue(String message)
      Creartes a new instance.
      Parameters:
      message - message, not null
  • Method Details

    • getMessage

      public String getMessage()
      Returns the issue message.
      Returns:
      message, not null