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
IExceptionSvc.h
Go to the documentation of this file.
1
// $Id: IExceptionSvc.h,v 1.3 2007/05/24 14:39:11 hmd Exp $
2
// ============================================================================
3
// CVS tag $Name: $, version $Revision: 1.3 $
4
// ============================================================================
5
#ifndef GAUDIKERNEL_IEXCEPTIONSVC_H
6
#define GAUDIKERNEL_IEXCEPTIONSVC_H
7
// ============================================================================
8
// Include files
9
// ============================================================================
10
// GaudiKernel
11
// ============================================================================
12
#include "
GaudiKernel/IInterface.h
"
13
#include "
GaudiKernel/GaudiException.h
"
14
// ============================================================================
15
// Forward declarations
16
// ============================================================================
17
class
INamedInterface
;
18
// ============================================================================
26
// ============================================================================
27
class
GAUDI_API
IExceptionSvc
:
virtual
public
IInterface
{
28
public
:
30
DeclareInterfaceID
(
IExceptionSvc
,3,0);
32
virtual
StatusCode
handle
33
(
const
INamedInterface
& o ,
34
const
GaudiException
& e )
const
= 0 ;
35
36
virtual
StatusCode
handle
37
(
const
INamedInterface
& o ,
38
const
std::exception & e )
const
= 0 ;
39
40
virtual
StatusCode
handle
41
(
const
INamedInterface
& o )
const
= 0 ;
42
43
virtual
StatusCode
handleErr
44
(
const
INamedInterface
& o ,
45
const
StatusCode
&
s
)
const
= 0 ;
46
protected
:
47
// virtual and protected destructor
48
virtual
~
IExceptionSvc
() ;
49
} ;
50
// ============================================================================
51
52
53
// ============================================================================
54
#endif // GAUDIKERNEL_IEXCEPTIONSVC_H
55
// ============================================================================
56
// The END
57
// ============================================================================
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