--- yoda/event/Exception.h 2005/05/28 10:44:09 4.4 +++ yoda/event/Exception.h 2005/08/29 09:45:48 5.0 @@ -1,6 +1,6 @@ /** @file * $Source: /home/cvsmanager/yoda/event/Exception.h,v $ - * $Id: Exception.h,v 4.0 2005/03/06 04:33:01 kusanagi Exp $ + * $Id: Exception.h,v 4.5 2005/08/29 09:19:17 kusanagi Exp $ * $Author: kusanagi $ * * Header file for the exceptions of Pamela. @@ -80,5 +80,10 @@ NotExistingCounterException::~NotExistingCounterException () throw(){ } }; + class BackwardCounterException: public Exception { + public: + BackwardCounterException::BackwardCounterException(const char *msg): Exception(msg) { } + BackwardCounterException::~BackwardCounterException () throw(){ } + }; } #endif /* EXCEPTION_H */