Checking core structure...
compile_project:10: no matches found: *.in
rm -f edt-core.jar `find . -name \*.class`
(cd src; javac -encoding UTF-8 `find . -name \*.java`)
./edt/Section.java:98: error: cannot find symbol
	public Section selectSubsection(int id) throws NoSuchSectionException{
	                                               ^
  symbol:   class NoSuchSectionException
  location: class Section
./edt/Section.java:102: error: cannot find symbol
			throw new NoSuchSectionException(id);
			          ^
  symbol:   class NoSuchSectionException
  location: class Section
2 errors
Makefile:5: recipe for target 'all' failed
make: *** [all] Error 1