X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=source%2Fxml%2FDocumentFile.cpp;h=d1fce3b97b0ae93b19ae3caedce000d24ba28d5e;hb=42f606f1c76bfbef24e7e772b6939d69d5ea970e;hp=e48d0c27cc9964eac4599347c1397b53e46d4266;hpb=39033fd99e58e994a5e98c1060dcc79e0d81f9c9;p=anna.git diff --git a/source/xml/DocumentFile.cpp b/source/xml/DocumentFile.cpp index e48d0c2..d1fce3b 100644 --- a/source/xml/DocumentFile.cpp +++ b/source/xml/DocumentFile.cpp @@ -82,7 +82,7 @@ throw(RuntimeException) { _xmlDoc* DocumentFile::do_initialize(const anna::DataBlock&) throw(RuntimeException) { - throw("xml::DocumentFile::do_initialize | Not implemented", ANNA_FILE_LOCATION); + throw RuntimeException("xml::DocumentFile::do_initialize | Not implemented", ANNA_FILE_LOCATION); return NULL; }