34     os << 
"The database exception log is empty" << endl;
 
   36     os << 
"Database exception log:-" << endl;
 
   37     std::vector<FairDbException>::const_iterator itr(el.
GetEntries().begin()),
 
   39     while ( itr != itrEnd ) {
 
   53   const std::vector<FairDbException>& ve = el.
GetEntries();
 
   54   std::vector<FairDbException>::const_iterator itr(ve.begin()), itrEnd(ve.end());
 
   55   while ( itr != itrEnd ) { this->
AddEntry(*itr++); }
 
   63   UInt_t maxEntry = fEntries.size();
 
   64   while (start <= maxEntry ) { that.
AddEntry(fEntries[start++]); }
 
   71   std::cout << *
this << std::endl;