Gaudi Framework, version v25r0

Home   Generated: Mon Feb 17 2014
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
UpdateManagerException.h
Go to the documentation of this file.
1 // $Id: UpdateManagerException.h,v 1.1 2005/12/20 14:06:19 hmd Exp $
2 #ifndef GAUDIKERNEL_UPDATEMANAGEREXCEPTION_H
3 #define GAUDIKERNEL_UPDATEMANAGEREXCEPTION_H 1
4 
5 // Include files
7 
18 public:
20  UpdateManagerException( const std::string& Message = "unspecified exception",
21  const std::string& Tag = "*UpdateManagerSvc*",
22  const StatusCode & Code = StatusCode::FAILURE ):
23  GaudiException(Message,Tag,Code) {}
24 
26  const std::string& Tag,
27  const StatusCode & Code,
28  const GaudiException& Ex ):
29  GaudiException(Message,Tag,Code,Ex) {}
30 
32  virtual ~UpdateManagerException() throw () {}
33 
35  virtual UpdateManagerException* clone() const { return new UpdateManagerException(*this); }
36 
37 };
38 #endif // GAUDIKERNEL_UPDATEMANAGEREXCEPTION_H

Generated at Mon Feb 17 2014 14:37:44 for Gaudi Framework, version v25r0 by Doxygen version 1.8.2 written by Dimitri van Heesch, © 1997-2004