X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/blast.git/blobdiff_plain/84eeae848c9d322ea4c935b8ec7338f69becbc10..56f7c4239666506c59af42885f0bf0141d21a614:/ReferenceBlock.h diff --git a/ReferenceBlock.h b/ReferenceBlock.h index 8212fcd..b1ebd84 100644 --- a/ReferenceBlock.h +++ b/ReferenceBlock.h @@ -68,8 +68,8 @@ public: private: // patterns - bool checkInputPatternCompatibility(); - bool computeOutputPattern(int nbExec = -1); + void checkInputPatternCompatibility() throw(Exception); + void computeOutputPattern(int nbExec = -1) throw(Exception); }; #endif // __REFERENCEBLOCK_H__