Interface ISemanticProblem

  • All Known Subinterfaces:
    IProblemBinding, IProblemType

    public interface ISemanticProblem
    Base interface for all semantic problems: IProblemBinding, IProblemType
    Since:
    5.3
    Restriction:
    This interface is not intended to be implemented by clients.
    Restriction:
    This interface is not intended to be extended by clients.
    • Method Detail

      • getID

        int getID()
        Returns the ID of the problem.
      • getMessage

        String getMessage()
        A human-readable message that describes the problem.