|
@@ -123,14 +123,14 @@ public class ViewController extends Controller {
|
|
|
} catch (Exception e) {
|
|
|
// TODO Auto-generated catch block
|
|
|
e.printStackTrace();
|
|
|
- continue;
|
|
|
+ this.renderText(e.toString());
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
} catch (Exception e) {
|
|
|
// TODO: handle exception
|
|
|
- continue;
|
|
|
+ this.renderText(e.toString());
|
|
|
}
|
|
|
}
|
|
|
// this.renderJson(examds);
|