UserDao层代码

Exception in thread “main“ java.util.NoSuchElementException

OrdersDao层代码

Exception in thread “main“ java.util.NoSuchElementException

OrdersView层代码

Exception in thread “main“ java.util.NoSuchElementException

UserView层代码

Exception in thread “main“ java.util.NoSuchElementException

 

报错视图:

Exception in thread “main“ java.util.NoSuchElementException

结果发现这里居然报错,经过一番检查才发现OrdersView层的sc.close();是不能关闭数据流的,所以只要注释掉就行。

相关文章: