/[PAMELA software]/yoda/event/Exception.h
ViewVC logotype

Diff of /yoda/event/Exception.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 4.4 by kusanagi, Sat May 28 10:44:09 2005 UTC revision 5.0 by kusanagi, Mon Aug 29 09:45:48 2005 UTC
# Line 1  Line 1 
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.
# Line 80  namespace pamela { Line 80  namespace 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 */

Legend:
Removed from v.4.4  
changed lines
  Added in v.5.0

  ViewVC Help
Powered by ViewVC 1.1.23