Gaudi Framework, version v22r0

Home   Generated: 9 Feb 2011

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.

00023                                                                        :
    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.

00029                                                     :
    GaudiException(Message,Tag,Code,Ex) {}

virtual UpdateManagerException::~UpdateManagerException (  )  throw () [inline, virtual]

Destructor.

Definition at line 32 of file UpdateManagerException.h.

00032 {}


Member Function Documentation

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

Clone the exception.

Reimplemented from GaudiException.

Definition at line 35 of file UpdateManagerException.h.

00035 { 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 Wed Feb 9 16:32:02 2011 for Gaudi Framework, version v22r0 by Doxygen version 1.6.2 written by Dimitri van Heesch, © 1997-2004