Gaudi Framework, version v20r3

Generated: 24 Nov 2008

TimeException Class Reference

#include <GaudiKernel/Time.h>

Inheritance diagram for TimeException:

Inheritance graph
[legend]
Collaboration diagram for TimeException:

Collaboration graph
[legend]

List of all members.


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.


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.
virtual TimeExceptionclone () const
 Clone the exception.

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.

Definition at line 29 of file Time.h.

00029 {}


Member Function Documentation

virtual TimeException* TimeException::clone ( void   )  const [inline, virtual]

Clone the exception.

Reimplemented from GaudiException.

Definition at line 31 of file Time.h.

00031 { return new TimeException(*this); }


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

Generated at Mon Nov 24 14:46:40 2008 for Gaudi Framework, version v20r3 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004