Gaudi Framework, version v23r0

Home   Generated: Mon Jan 30 2012
Public Member Functions

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.

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

{}

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 Mon Jan 30 2012 13:53:24 for Gaudi Framework, version v23r0 by Doxygen version 1.7.2 written by Dimitri van Heesch, © 1997-2004