Returns the file name, line number, a colon and a trailing space. An error message can be appended easily. For unknown locations, an empty string is returned. @return a String of the form "fileName:lineNumber: " if both file name and line number are known, "fileNa
()