@Beta public interface Problem
Represents a compiler problem or warning.
Author:
Sven Efftinge
  • Method Details

    • getId

      String getId()
      Returns:
      the problem kind identifier.
    • getMessage

      String getMessage()
      Returns:
      the user message of the problem
    • getSeverity

      Problem.Severity getSeverity()
      Returns:
      the problem's severity