use a specific exception when nextTo breaks
[mussa.git] / alg / conserved_path.hpp
index 05d23c91f5205c171156ed27b2328509f1092aeb..8683faf6f3c8e6a27d2f78eed9344ff70d5e51ba 100644 (file)
@@ -34,6 +34,7 @@ struct ConservedPath
   //! return true if all elements of the path are "next to" our current path.
   /*! Next to is defined as being window index + 1
    *  that definition may not properly track reverse compliment
+   *  \throws conserved_path_size_mismatch
    */
   bool nextTo(const ConservedPath& next) const;
   //! indicate which elements of the path are reversed