Gaudi Framework, version v24r2
Home
Generated: Wed Dec 4 2013
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
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 Dec 4 2013 14:33:09 for Gaudi Framework, version v24r2 by
Doxygen
version 1.8.2 written by
Dimitri van Heesch
, © 1997-2004