X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=mussa.git;a=blobdiff_plain;f=mussa_exceptions.hpp;h=9027a079a3b709552cec72272d50834d81476a94;hp=a78dd4a51be50067bfee1fda485404dd2d338ffe;hb=4c1d1e263deea85ab00823282c5ca5fc00fa8c26;hpb=81354ba90b6b670d361263bb3ff70bef67f83d9f diff --git a/mussa_exceptions.hpp b/mussa_exceptions.hpp index a78dd4a..9027a07 100644 --- a/mussa_exceptions.hpp +++ b/mussa_exceptions.hpp @@ -79,6 +79,14 @@ public: mussa_error(msg) {}; }; +//! failure running seqcomp +class seqcomp_error : public mussa_analysis_error +{ +public: + explicit seqcomp_error(const std::string& msg) : + mussa_analysis_error(msg) {}; +}; + //! couldn't normalize a motif /* class motif_normalize_error : public mussa_error