Class 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 Detail

      • Issue

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

      • getMessage

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