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

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

@@ -48,7 +48,7 @@ public class ViewController extends Controller {
 			this.renderJson(exams);
 		} catch (Exception e) {
 			// TODO: handle exception
-			this.renderText(e.toString());
+			this.renderText(e.getMessage());
 		}
 	}