From a0719fb611507d8b9962b87c600855d8837fc266 Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Sat, 05 Jan 2008 21:43:51 +0000 Subject: added htmltidy dependency - added libtidy detection to configure - added tidy flags to libopkele.pc.in - added primitive wrapper classes - added tidy exception class Signed-off-by: Michael Krelin --- (limited to 'include/opkele/exception.h') diff --git a/include/opkele/exception.h b/include/opkele/exception.h index c200a13..a8c3339 100644 --- a/include/opkele/exception.h +++ b/include/opkele/exception.h @@ -253,6 +253,17 @@ namespace opkele { }; /** + * htmltidy related error occured + */ + class exception_tidy : public exception { + public: + int _rc; + exception_tidy(OPKELE_E_PARS); + exception_tidy(OPKELE_E_PARS,int r); + ~exception_tidy() throw() { } + }; + + /** * exception thrown in case of failed discovery */ class failed_discovery : public exception { -- cgit v0.9.0.2