Remove dynamic exceptions
[anna.git] / source / xml / DTDMemory.cpp
index e685ada..963d219 100644 (file)
@@ -38,7 +38,7 @@ DTDMemory::DTDMemory(const char *dtd) {
 // la DTD a partir de un archivo.
 //---------------------------------------------------------------------------------------------
 _xmlDtd* DTDMemory::parse(const char* content) const
-throw(RuntimeException) {
+noexcept(false) {
   LOGMETHOD(TraceMethod tf("anna::xml::DTDMemory", "parse", ANNA_FILE_LOCATION));
   _xmlDtd* result;
   int stream;