Details
-
Type:
Enhancement
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Completed
-
Affects Version/s: None
-
Fix Version/s: Release 1.5
-
Component/s: None
-
Labels:None
-
Patch:Code
-
Approval:Ok
Description
To improve the reliability and ease of using CompilerException in tooling, add source path and line getters to CompilerException.
When handling compiler exceptions programmatically, the source path and line currently have to be parsed out of the compiler exception.
OK, I'm blind - the source is already there - the line number would be nice though.