@Beta
public interface Problem
Represents a compiler problem or warning.
- Author:
- Sven Efftinge
-
Nested Class Summary
Nested Classes -
Method Summary
-
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
-