public static class DiagnosticsAggregator.ProblemDescription extends Object
Modifier and Type | Class and Description |
---|---|
static class |
DiagnosticsAggregator.ProblemDescription.ProblemType
The type of problem observed.
|
Modifier and Type | Field and Description |
---|---|
int |
lineNumber
Line number of the problem's occurrence, where known and applicable.
|
MethodInfo |
methodInfo
MethodInfo of the problem's occurrence, where known and applicable.
|
DiagnosticsAggregator.ProblemDescription.ProblemType |
problemType
The type of problem encountered.
|
ScriptInfo |
scriptInfo
ScriptInfo of the problem's occurrence, where known and applicable.
|
String |
sourcePath
Source path to the problem's occurrence, where known and applicable.
|
public final DiagnosticsAggregator.ProblemDescription.ProblemType problemType
public final String sourcePath
public final int lineNumber
public final MethodInfo methodInfo
public final ScriptInfo scriptInfo
Copyright © 2016 The Apache Software Foundation. All rights reserved.