@@ -68,7 +68,9 @@ public class ViewController extends Controller {
test();
} catch (IOException e) {
// TODO Auto-generated catch block
+ render(e.toString());
e.printStackTrace();
+
}