Loading [MathJax]/extensions/tex2jax.js
The Gaudi Framework  v31r0 (aeb156f0)
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
UpdateManagerException.h
Go to the documentation of this file.
1 #ifndef GAUDIKERNEL_UPDATEMANAGEREXCEPTION_H
2 #define GAUDIKERNEL_UPDATEMANAGEREXCEPTION_H 1
3 
4 // Include files
6 
17 public:
19  UpdateManagerException( const std::string& Message = "unspecified exception",
20  const std::string& Tag = "*UpdateManagerSvc*", const StatusCode& Code = StatusCode::FAILURE )
21  : GaudiException( Message, Tag, Code ) {}
22 
24  const GaudiException& Ex )
25  : GaudiException( Message, Tag, Code, Ex ) {}
26 
28  ~UpdateManagerException() throw() override = default;
29 
31  UpdateManagerException* clone() const override { return new UpdateManagerException( *this ); }
32 };
33 #endif // GAUDIKERNEL_UPDATEMANAGEREXCEPTION_H
Define general base for Gaudi exception.
UpdateManagerException(const std::string &Message, const std::string &Tag, const StatusCode &Code, const GaudiException &Ex)
STL class.
UpdateManagerException * clone() const override
Clone the exception.
This class is used for returning status codes from appropriate routines.
Definition: StatusCode.h:50
Exception thrown by the UpdateManagerSvc when something goes wrong.
UpdateManagerException(const std::string &Message="unspecified exception", const std::string &Tag="*UpdateManagerSvc*", const StatusCode &Code=StatusCode::FAILURE)
Standard constructor.
The Message class.
Definition: Message.h:17
constexpr static const auto FAILURE
Definition: StatusCode.h:86
#define GAUDI_API
Definition: Kernel.h:71