1 |
/** @file |
/** @file |
2 |
* $Source: /home/cvsmanager/yoda/event/Exception.h,v $ |
* $Source: /home/cvsmanager/yoda/event/Exception.h,v $ |
3 |
* $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 $ |
4 |
* $Author: kusanagi $ |
* $Author: kusanagi $ |
5 |
* |
* |
6 |
* Header file for the exceptions of Pamela. |
* Header file for the exceptions of Pamela. |
80 |
NotExistingCounterException::~NotExistingCounterException () throw(){ } |
NotExistingCounterException::~NotExistingCounterException () throw(){ } |
81 |
}; |
}; |
82 |
|
|
83 |
|
class BackwardCounterException: public Exception { |
84 |
|
public: |
85 |
|
BackwardCounterException::BackwardCounterException(const char *msg): Exception(msg) { } |
86 |
|
BackwardCounterException::~BackwardCounterException () throw(){ } |
87 |
|
}; |
88 |
} |
} |
89 |
#endif /* EXCEPTION_H */ |
#endif /* EXCEPTION_H */ |