change exception stuff a bit
[jSite2.git] / src / net / pterodactylus / jsite / core / CoreImpl.java
index 5fc0e26..fdf008d 100644 (file)
@@ -448,7 +448,7 @@ public class CoreImpl implements Core, NodeListener, RequestListener {
        /**
         * {@inheritDoc}
         */
-       public Project createProject() throws IOException, NoNodeException {
+       public Project createProject() throws IOException, JSiteException {
                return projectManager.createProject();
        }