line property
final
Line number (0-based) in the source where the error was detected
Note: This is 0-based for internal consistency, but toString() will display it as 1-based to match editor conventions.
Implementation
final int line;
Line number (0-based) in the source where the error was detected
Note: This is 0-based for internal consistency, but toString() will display it as 1-based to match editor conventions.
final int line;