From: Mukund Sivaraman Date: Wed, 14 Nov 2012 07:34:55 +0000 (+0530) Subject: [2421] Update InMemoryClient doc about exceptions X-Git-Tag: trac2487_base~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ba2cab585357a99f0bfadeb8f8488150e40f923;p=thirdparty%2Fkea.git [2421] Update InMemoryClient doc about exceptions --- diff --git a/src/lib/datasrc/memory/memory_client.h b/src/lib/datasrc/memory/memory_client.h index 3218c756bf..169421f7f9 100644 --- a/src/lib/datasrc/memory/memory_client.h +++ b/src/lib/datasrc/memory/memory_client.h @@ -87,11 +87,11 @@ public: /// current content. The masterfile parsing ability is kind of limited, /// see isc::dns::masterLoad. /// - /// This throws isc::dns::MasterLoadError if there is problem with loading - /// (missing file, malformed, it contains different zone, etc - see - /// isc::dns::masterLoad for details). + /// This throws isc::dns::MasterLoadError or AddError if there are + /// problems with loading (missing file, malformed data, unexpected + /// zone, etc. - see isc::dns::masterLoad for details). /// - /// In case of internal problems, OutOfZone, NullRRset or AssertError could + /// In case of internal problems, NullRRset or AssertError could /// be thrown, but they should not be expected. Exceptions caused by /// allocation may be thrown as well. ///