// cerr<<"error parsing packet: "<<mde.what()<<endl;
continue;
}
- catch(exception& e) {
+ catch(std::exception& e) {
cerr << e.what() << endl;
continue;
}
*/
}
-catch(exception& e)
+catch(std::exception& e)
{
cerr<<"Fatal: "<<e.what()<<endl;
}
parseErrors++;
continue;
}
- catch(exception& e) {
+ catch(std::exception& e) {
cerr << e.what() << endl;
continue;
}
}
}
}
-catch(exception& e)
+catch(std::exception& e)
{
cerr<<"Fatal: "<<e.what()<<endl;
}
cerr<<"Out: "<<argv[1]<<" IN "<<argv[2]<<" "<<regen->getZoneRepresentation()<<endl;
#endif
}
-catch(exception& e)
+catch(std::exception& e)
{
cerr<<"Fatal: "<<e.what()<<"\n";
}
catch(AhuException &ae) {
L<<Logger::Error<<"Fatal error in DNS proxy: "<<ae.reason<<endl;
}
- catch(exception &e) {
+ catch(std::exception &e) {
L<<Logger::Error<<"Communicator thread died because of STL error: "<<e.what()<<endl;
}
catch( ... )
}
}
-catch(exception& e)
+catch(std::exception& e)
{
cerr<<"Receiver thread died: "<<e.what()<<endl;
exit(1);
receiveFromReference();
printStats();
}
-catch(exception& e)
+catch(std::exception& e)
{
cerr<<"Fatal: "<<e.what()<<endl;
}
}
}
-catch(exception& e)
+catch(std::exception& e)
{
cout<<"Fatal: "<<e.what()<<endl;
}
cerr<<"Saw "<<pr.d_correctpackets<<" correct packets, "<<pr.d_runts<<" runts, "<< pr.d_oversized<<" oversize, "<<
pr.d_nonetheripudp<<" unknown encaps"<<endl;
}
-catch(exception& e)
+catch(std::exception& e)
{
cerr<<"Fatal: "<<e.what()<<endl;
}
cerr<<"Received notification response with code: "<<mdp.d_header.rcode<<endl;
cerr<<"For: '"<<mdp.d_qname<<"'"<<endl;
}
-catch(exception& e)
+catch(std::exception& e)
{
cerr<<"Fatal: "<<e.what()<<endl;
}
g_nifs[nif.resentID] = nif;
}
-catch(exception &e)
+catch(std::exception &e)
{
syslogFmt(boost::format("Error parsing packet from external nameserver: %s") % e.what());
}
g_nifs.erase(mdp.d_header.id);
}
-catch(exception &e)
+catch(std::exception &e)
{
syslogFmt(boost::format("Error parsing packet from internal nameserver: %s") % e.what());
}
{
syslogFmt(boost::format("Error parsing command line options: %s") % e.what());
}
-catch(exception& e)
+catch(std::exception& e)
{
syslogFmt(boost::format("Fatal: %s") % e.what());
}
cout<<"Regenerated: '"<<out<<"'\n";
}
-catch(exception& e)
+catch(std::exception& e)
{
cerr<<"Fatal: "<<e.what()<<endl;
}
cerr<<"Exiting because: "<<AE.reason<<endl;
L<<Logger::Error<<"Exiting because: "<<AE.reason<<endl;
}
- catch(exception &e) {
+ catch(std::exception &e) {
if(!::arg().mustDo("daemon"))
cerr<<"Exiting because of STL error: "<<e.what()<<endl;
L<<Logger::Error<<"Exiting because of STL error: "<<e.what()<<endl;
s_P = 0; // on next call, backend will be recycled
L<<Logger::Error<<"TCP nameserver had error, cycling backend: "<<ae.reason<<endl;
}
- catch(exception &e) {
+ catch(std::exception &e) {
L<<Logger::Error<<"TCP Connection Thread died because of STL error: "<<e.what()<<endl;
}
catch( ... )
catch(Exception &e) {
L<<Logger::Error<<"Exception in webserver: "<<e.reason<<endl;
}
- catch(exception &e) {
+ catch(std::exception &e) {
L<<Logger::Error<<"STL Exception in webserver: "<<e.what()<<endl;
}
catch(...) {
catch(Exception &e) {
L<<Logger::Error<<"Fatal error in main webserver thread: "<<e.reason<<endl;
}
- catch(exception &e) {
+ catch(std::exception &e) {
L<<Logger::Error<<"STL Exception in main webserver thread: "<<e.what()<<endl;
}
catch(...) {
catch(AhuException &ae) {
L<<Logger::Error<<"Exception: "<<ae.reason<<endl;
}
- catch(exception &e) {
+ catch(std::exception &e) {
L<<Logger::Error<<"STL Exception: "<<e.what()<<endl;
}
catch(...) {
catch(AhuException &ae) {
L<<Logger::Error<<"Exception: "<<ae.reason<<endl;
}
- catch(exception &e) {
+ catch(std::exception &e) {
L<<Logger::Error<<"STL Exception: "<<e.what()<<endl;
}
catch(...) {