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/Editor.java:161: error: cannot find symbol
        public boolean nameParagraph(int index, String unique_id) throws NoSuchParagraphException
                                                                         ^
  symbol:   class NoSuchParagraphException
  location: class Editor
./edt/Editor.java:199: error: cannot find symbol
        public void editParagraph(int index, String content) throws NoSuchParagraphException
                                                                    ^
  symbol:   class NoSuchParagraphException
  location: class Editor
./edt/Editor.java:270: error: cannot find symbol
        public void removeParagraph(int index) throws NoSuchParagraphException
                                                      ^
  symbol:   class NoSuchParagraphException
  location: class Editor
./edt/Editor.java:176: error: cannot find symbol
                        throw new NoSuchParagraphException();
                                  ^
  symbol:   class NoSuchParagraphException
  location: class Editor
./edt/Editor.java:210: error: cannot find symbol
                catch (IndexOutOfBoundsException e) { throw new NoSuchParagraphException();}
                                                                ^
  symbol:   class NoSuchParagraphException
  location: class Editor
./edt/Editor.java:280: error: cannot find symbol
                        throw new NoSuchParagraphException();
                                  ^
  symbol:   class NoSuchParagraphException
  location: class Editor
6 errors
Makefile:5: recipe for target 'all' failed
make: *** [all] Error 1