Interface Problem


  • @Beta
    public interface Problem
    Represents a compiler problem or warning.
    Noimplement:
    This interface is not intended to be implemented by clients.
    • Method Detail

      • getId

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

        java.lang.String getMessage()
        Returns:
        the user message of the problem