|
Gaudi Framework, version v23r2 |
| Home | Generated: Thu Jun 28 2012 |
Exception thrown by Gaudi::Time. More...
#include <GaudiKernel/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 needed to match the signature of GaudiException::~GaudiException(). | |
Exception thrown by Gaudi::Time.
Definition at line 21 of file Time.h.
| 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.
{}