Gaudi Framework, version v22r4

Home   Generated: Fri Sep 2 2011
Public Member Functions

UpdateManagerException Class Reference

Exception thrown by the UpdateManagerSvc when something goes wrong. More...

#include <GaudiKernel/UpdateManagerException.h>

Inheritance diagram for UpdateManagerException:
Inheritance graph
[legend]
Collaboration diagram for UpdateManagerException:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 UpdateManagerException (const std::string &Message="unspecified exception", const std::string &Tag="*UpdateManagerSvc*", const StatusCode &Code=StatusCode::FAILURE)
 Standard constructor.
 UpdateManagerException (const std::string &Message, const std::string &Tag, const StatusCode &Code, const GaudiException &Ex)
virtual ~UpdateManagerException () throw ()
 Destructor.
virtual UpdateManagerExceptionclone () const
 Clone the exception.

Detailed Description

Exception thrown by the UpdateManagerSvc when something goes wrong.

See also:
GaudiException
Author:
Marco Clemencic
Date:
2005-12-14

Definition at line 17 of file UpdateManagerException.h.


Constructor & Destructor Documentation

UpdateManagerException::UpdateManagerException ( const std::string Message = "unspecified exception",
const std::string Tag = "*UpdateManagerSvc*",
const StatusCode Code = StatusCode::FAILURE 
) [inline]

Standard constructor.

Definition at line 20 of file UpdateManagerException.h.

                                                                       :
    GaudiException(Message,Tag,Code) {}
UpdateManagerException::UpdateManagerException ( const std::string Message,
const std::string Tag,
const StatusCode Code,
const GaudiException Ex 
) [inline]

Definition at line 25 of file UpdateManagerException.h.

                                                    :
    GaudiException(Message,Tag,Code,Ex) {}
virtual UpdateManagerException::~UpdateManagerException (  ) throw () [inline, virtual]

Destructor.

Definition at line 32 of file UpdateManagerException.h.

{}

Member Function Documentation

virtual UpdateManagerException* UpdateManagerException::clone (  ) const [inline, virtual]

Clone the exception.

Reimplemented from GaudiException.

Definition at line 35 of file UpdateManagerException.h.

{ return new UpdateManagerException(*this); }

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines

Generated at Fri Sep 2 2011 16:25:50 for Gaudi Framework, version v22r4 by Doxygen version 1.7.2 written by Dimitri van Heesch, © 1997-2004