public interface Problem
Modifier and Type | Interface and Description |
---|---|
static class |
Problem.Severity
The different severity levels for a problem, in decreasing order.
|
Modifier and Type | Method and Description |
---|---|
int |
getColumnNumber()
Gets the one-based index of the column containing the problem.
|
java.lang.Exception |
getException()
Gets the exception that caused this problem (if any).
|
int |
getLineNumber()
Gets the one-based index of the line containing the problem.
|
java.lang.String |
getLocation()
Gets the location of the problem.
|
java.lang.String |
getMessage()
Gets the message that describes this problem.
|
Problem.Severity |
getSeverity()
Gets the severity level of this problem.
|
java.lang.String |
getSource()
Gets the hint about the source of the problem.
|
java.lang.String getSource()
null
.int getLineNumber()
getSource()
.int getColumnNumber()
getSource()
.java.lang.String getLocation()
getSource()
, getLineNumber()
and getColumnNumber()
. The exact syntax of the returned
value is undefined.null
.java.lang.Exception getException()
null
if not applicable.java.lang.String getMessage()
null
.Problem.Severity getSeverity()
null
.