private:
// patterns
- bool checkInputPatternCompatibility();
- bool computeOutputPattern(int nbExec = -1);
+ void checkInputPatternCompatibility() throw(Exception);
+ void computeOutputPattern(int nbExec = -1) throw(Exception);
};
#endif // __REFERENCEBLOCK_H__