Gaudi Framework, version v25r2
Home
Generated: Wed Jun 4 2014
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
.cern.ch
sw
Gaudi
releases
GAUDI
GAUDI_v25r2
GaudiKernel
GaudiKernel
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
6
#include "
GaudiKernel/GaudiException.h
"
7
17
class
GAUDI_API
UpdateManagerException
:
public
GaudiException
{
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
25
UpdateManagerException
(
const
std::string&
Message
,
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 Wed Jun 4 2014 14:48:57 for Gaudi Framework, version v25r2 by
Doxygen
version 1.8.2 written by
Dimitri van Heesch
, © 1997-2004