Gaudi Framework, version v21r8

Home   Generated: 17 Mar 2010

TimeException Class Reference

Exception thrown by Gaudi::Time. More...

#include <GaudiKernel/Time.h>

Inheritance diagram for TimeException:

Inheritance graph
[legend]
Collaboration diagram for TimeException:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 TimeException (const std::string &Message="unspecified exception", const std::string &Tag="*Gaudi::Time*", const StatusCode &Code=StatusCode::FAILURE)
virtual ~TimeException () throw ()
 Destructor needed to match the signature of GaudiException::~GaudiException().


Detailed Description

Exception thrown by Gaudi::Time.

See also:
GaudiException

Gaudi::Time

Author:
Marco Clemencic
Date:
2005-12-14

Definition at line 21 of file Time.h.


Constructor & Destructor Documentation

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

Definition at line 24 of file Time.h.

00026                                                               :
00027     GaudiException(Message,Tag,Code) {}

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

Destructor needed to match the signature of GaudiException::~GaudiException().

Definition at line 29 of file Time.h.

00029 {}


The documentation for this class was generated from the following file:

Generated at Wed Mar 17 18:19:35 2010 for Gaudi Framework, version v21r8 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004