![]() |
|
|
Generated: 18 Jul 2008 |
#include <GaudiKernel/Time.h>
Inheritance diagram for TimeException:


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 TimeException * | clone () const |
| Clone the exception. | |
| 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.
Referenced by clone().
00026 : 00027 GaudiException(Message,Tag,Code) {}
| virtual TimeException::~TimeException | ( | ) | throw () [inline, virtual] |
| virtual TimeException* TimeException::clone | ( | ) | const [inline, virtual] |
Clone the exception.
Reimplemented from GaudiException.
Definition at line 31 of file Time.h.
References TimeException().
00031 { return new TimeException(*this); }