Interface ErrorReport
- All Superinterfaces:
Serializable
An error report.
- Since:
- 5.2
- Author:
- DiffusionData Limited
-
Method Summary
-
Method Details
-
getMessage
String getMessage()- Returns:
- an error message
-
getLine
int getLine()- Returns:
- line number at which the problem was found
-
getColumn
int getColumn()- Returns:
- column number at which the problem was found
-