|
| | 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(). More...
|
| |
| | GaudiException (const std::string &Message, const std::string &Tag, const StatusCode &Code) |
| | Constructor (1) More...
|
| |
| | GaudiException (const std::string &Message, const std::string &Tag, const StatusCode &Code, const GaudiException &Exception) |
| | Constructor (2) More...
|
| |
| | GaudiException (const std::string &Message, const std::string &Tag, const StatusCode &Code, const std::exception &Exception) |
| | Constructor (3) More...
|
| |
| | GaudiException (const GaudiException &Exception) |
| | Copy constructor (deep copying!) More...
|
| |
| virtual | ~GaudiException () throw () |
| | destructor (perform the deletion of "previous" field!) More...
|
| |
| GaudiException & | operator= (const GaudiException &Exception) |
| | assignment operator More...
|
| |
| virtual const std::string & | message () const |
| | error message to be printed More...
|
| |
| virtual const std::string & | setMessage (const std::string &newMessage) |
| | update the error message to be printed More...
|
| |
| virtual const std::string & | tag () const |
| | name tag for the exception, or exception type More...
|
| |
| virtual const std::string & | setTag (const std::string &newTag) |
| | update name tag More...
|
| |
| virtual const StatusCode & | code () const |
| | StatusCode for Exception. More...
|
| |
| virtual const StatusCode & | setCode (const StatusCode &newStatus) |
| | update the status code for the exception More...
|
| |
| virtual GaudiException * | previous () const |
| | get the previous exception ( "previous" element in the linked list) More...
|
| |
| virtual std::ostream & | printOut (std::ostream &os=std::cerr) const |
| | methods for overloaded printout to std::ostream& and MsgStream& More...
|
| |
| virtual MsgStream & | printOut (MsgStream &os) const |
| | Output the exception to the Gaudi MsgStream. More...
|
| |
| virtual GaudiException * | clone () const |
| | clone operation More...
|
| |
| virtual const char * | what () const throw () |
| | method from std::exception More...
|
| |
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.