public interface Problem
| Modifier and Type | Method and Description |
|---|---|
int |
getColumn()
The column where the problem occurs
|
List<String> |
getElementIds()
The ids of all involved elements in the problem.
|
int |
getLine()
The line where the problem occurs
|
String |
getMainElementId()
The id of the main element causing the problem.
|
String |
getMessage()
The message of this problem
|
String getMessage()
int getLine()
int getColumn()
String getMainElementId()
null in case the element doesn't have an id.Copyright © 2022. All rights reserved.