﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
265	ModelBuilder runtime exception	Stephen Siegel		"This should be changed to a SyntaxException...
{{{

			if (hasMainFunction == false) {
				throw new RuntimeException(
						""The program must have a main function as an entry point."");
			}
}}}
"	defect	new	major	1.1	front	1.1		main exception syntax	
