HibernateException
Configuration configuration=new Configuration().configure();要處理異常時(shí)出現(xiàn)下列問(wèn)題 No exception of type HibernateException can be thrown; an exception type must be a subclass of Throwable
Configuration configuration=new Configuration().configure();要處理異常時(shí)出現(xiàn)下列問(wèn)題 No exception of type HibernateException can be thrown; an exception type must be a subclass of Throwable
2017-04-04
舉報(bào)
2017-04-04
意思是沒(méi)有HibernateException可以拋出,而且Configuration不需要寫(xiě)try-catch啊。