Map an error from a set of processed .java files back to its location in the actual sketch. @param message The error message. @param filename The .java file where the exception was found. @param line Line number of the .java file for the exception (0-indexed!) @return A RunnerException to be sent to
(String message,
String dotJavaFilename,
int dotJavaLine)
source not stored for this graph (policy: none)
no test coverage detected