コード例 #1
0
 // load and test driver
 // if it's not there, put out an exception
 public CustomerDAO() {
   try {
     db.testDriver();
   } catch (Exception e) {
     e.printStackTrace();
   }
 }