1 #ifndef GAUDIKERNEL_UPDATEMANAGEREXCEPTION_H 2 #define GAUDIKERNEL_UPDATEMANAGEREXCEPTION_H 1 38 #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()
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.
virtual UpdateManagerException * clone() const override
Clone the exception.