public class Diagnostics extends Object
Constructor and Description |
---|
Diagnostics() |
Modifier and Type | Method and Description |
---|---|
Integer |
columnNumber()
Get the column where the error occured.
|
Integer |
end()
Get the ending index of the error.
|
Integer |
lineNumber()
Get the line number the error occured on.
|
String |
message()
Get the error message.
|
SeverityTypes |
severity()
Get the severity of the error.
|
Integer |
start()
Get the starting index of the error.
|
public String message()
public SeverityTypes severity()
public Integer lineNumber()
public Integer columnNumber()
public Integer start()
public Integer end()
Copyright © 2019. All rights reserved.