X-Git-Url: https://git.teslayout.com/public/public/public/?p=anna.git;a=blobdiff_plain;f=source%2Fxml%2FDTD.cc.new;fp=source%2Fxml%2FDTD.cc.new;h=25cc7c101ca2bd5486d043a93f584b652e614467;hp=5fd659f8acfcc54d181cfeeefaeea5708221f45e;hb=5a6cba5fde2b2f538a7515f8293cc0a8d9589dfa;hpb=af9c86ffb0e28d35ad94d99c5f77e41578c972b4 diff --git a/source/xml/DTD.cc.new b/source/xml/DTD.cc.new index 5fd659f..25cc7c1 100644 --- a/source/xml/DTD.cc.new +++ b/source/xml/DTD.cc.new @@ -19,7 +19,7 @@ DTD::~DTD () } void DTD::initialize (const char* content) - throw (RuntimeException) + noexcept(false) { LOGMETHOD (TraceMethod tf ("anna::xml::DTD", "initialize", ANNA_FILE_LOCATION)); @@ -34,7 +34,7 @@ void DTD::initialize (const char* content) } void DTD::validate (_xmlValidCtxt* context, _xmlDoc* document) const - throw (RuntimeException) + noexcept(false) { if (a_handle == NULL) throw RuntimeException ("'DTD::inicialize' was not called", ANNA_FILE_LOCATION);