public interface SettingsProblem
Modifier and Type | Interface and Description |
---|---|
static class |
SettingsProblem.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.
|
Exception |
getException()
Gets the exception that caused this problem (if any).
|
int |
getLineNumber()
Gets the one-based index of the line containing the problem.
|
String |
getLocation()
Gets the location of the problem.
|
String |
getMessage()
Gets the message that describes this problem.
|
SettingsProblem.Severity |
getSeverity()
Gets the severity level of this problem.
|
String |
getSource()
Gets the hint about the source of the problem.
|
String getSource()
null
.int getLineNumber()
getSource()
.int getColumnNumber()
getSource()
.String getLocation()
getSource()
, getLineNumber()
and getColumnNumber()
. The exact syntax of the returned
value is undefined.null
.Exception getException()
null
if not applicable.String getMessage()
null
.SettingsProblem.Severity getSeverity()
null
.Copyright © 2001–2018 The Apache Software Foundation. All rights reserved.