1 #ifndef GAUDIKERNEL_UPDATEMANAGEREXCEPTION_H
2 #define GAUDIKERNEL_UPDATEMANAGEREXCEPTION_H 1
5 #include "GaudiKernel/GaudiException.h"
20 const std::string& Tag =
"*UpdateManagerSvc*",
25 const std::string& Tag,
37 #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)
virtual UpdateManagerException * clone() const
Clone the exception.
virtual ~UpdateManagerException()
Destructor.
This class is used for returning status codes from appropriate routines.
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.