刘韬 5 years ago
parent
commit
82be2318d7
1 changed files with 2 additions and 2 deletions
  1. 2 2
      DataFusion/src/com/zskk/control/ViewController.java

+ 2 - 2
DataFusion/src/com/zskk/control/ViewController.java

@@ -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);