Return the location in the source that generated the exception.
()
| 444 | * Return the location in the source that generated the exception. |
| 445 | */ |
| 446 | public SourceLocation getSourceLocation() { |
| 447 | return sourceLocation; |
| 448 | } |
| 449 | |
| 450 | public void setSourceLocation(SourceLocation location) { |
| 451 | sourceLocation = location; |
no outgoing calls