Remove dynamic exceptions
[anna.git] / include / anna / xml / DTDFile.hpp
index da1e5fd..15b45e6 100644 (file)
@@ -28,7 +28,7 @@ public:
   DTDFile(const char *file = NULL) { if (file) initialize(file); }
 
 private:
-  _xmlDtd* parse(const char* fileName) const throw(RuntimeException);
+  _xmlDtd* parse(const char* fileName) const noexcept(false);
 };
 
 }