﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
265	ModelBuilder runtime exception	Stephen Siegel	zirkel	"This should be changed to a SyntaxException...
{{{

			if (hasMainFunction == false) {
				throw new RuntimeException(
						""The program must have a main function as an entry point."");
			}
}}}
Also, it should print out the file name.
Need to get rid of all RuntimeExceptions in front end and replace with SyntaxExceptions.
"	defect	closed	major	1.1	front	1.1	fixed	main exception syntax	
