Exemplo n.º 1
0
 public HargaJual() throws DAException {
   db = new DBEngine();
   if (!db.connect()) throw new DAException("Could not connect to database");
 }