Parcourir la source

[2086] doxygen update for BadValue

Jelte Jansen il y a 13 ans
Parent
commit
231408d546
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. 3 0
      src/lib/dns/labelsequence.h

+ 3 - 0
src/lib/dns/labelsequence.h

@@ -70,6 +70,9 @@ public:
     /// \note No validation is done on the given data upon construction;
     ///       use with care.
     ///
+    /// \exception isc::BadValue if basic checks for the input data, or
+    ///            offsets fails.
+    ///
     /// \param data The raw data for the domain name, in wire format
     /// \param offsets The offsets of the labels in the domain name data,
     ///        as given by a Name object or another LabelSequence