Browse Source

no message

刘韬 6 years ago
parent
commit
b1dc65a98b
1 changed files with 2 additions and 0 deletions
  1. 2 0
      DataFusion/src/com/zskk/control/ViewController.java

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

@@ -229,8 +229,10 @@ public class ViewController extends Controller {
 			return resultSting.toString();
 		} catch (MalformedURLException e) {
 			e.printStackTrace();
+			renderText(e.toString());
 		} catch (IOException e) {
 			e.printStackTrace();
+			renderText(e.toString());
 		}
 		return resultSting.toString();
 	}