Sets the line where the error occurred.
public function setParsedLine(int $parsedLine) : void { $this->parsedLine = $parsedLine; $this->updateRepr(); }