Browse Source

[2086] doxygen update for BadValue

Jelte Jansen 13 years ago
parent
commit
231408d546
1 changed files with 3 additions and 0 deletions
  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