X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/blast.git/blobdiff_plain/c8c1e24dac94abfacb78fb3b661c9a5dbbb0d86a..7b1c7e44123b9b2626205a89e27b2a4712ea30c6:/ReferenceBlock.h?ds=sidebyside 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__