刘韬 6 years ago
parent
commit
96ae410890

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

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

+ 0 - 1
DataFusion/src/com/zskk/task/DataTask.java

@@ -93,5 +93,4 @@ public class DataTask implements ITask {
         return date;
         return date;
 	}
 	}
 	
 	
-	
 }
 }