diff --git a/pandora_agents/win32/modules/pandora_module.cc b/pandora_agents/win32/modules/pandora_module.cc index 67f6c48533..807d28ba7f 100644 --- a/pandora_agents/win32/modules/pandora_module.cc +++ b/pandora_agents/win32/modules/pandora_module.cc @@ -526,7 +526,7 @@ Pandora_Module::getXml () { try { data_clean = strreplace (this->getDataOutput (data), "%", "%%" ); - } catch (Output_Error e) { + } catch (Module_Exception e) { continue; } @@ -538,7 +538,7 @@ Pandora_Module::getXml () { data_clean = strreplace (this->getDataOutput (data), "%", "%%" ); module_xml += data_clean; - } catch (Output_Error e) { + } catch (Module_Exception e) { } } module_xml += "]]>"; @@ -741,7 +741,7 @@ Pandora_Module::getXml () { try { data_clean = strreplace (this->getDataOutput (data), "%", "%%" ); - } catch (Output_Error e) { + } catch (Module_Exception e) { continue; } @@ -760,7 +760,7 @@ Pandora_Module::getXml () { module_xml += "\t\n"; - } catch (Output_Error e) { + } catch (Module_Exception e) { } }