#include <Utilities/General/interface/CMSexception.h>
Public Member Functions | |
CMSexception () throw () | |
virtual std::string | explainSelf (void) const |
virtual const char * | what () const =0 throw () |
virtual | ~CMSexception () throw () |
Definition at line 14 of file CMSexception.h.
CMSexception::CMSexception | ( | ) | throw () [inline] |
virtual CMSexception::~CMSexception | ( | ) | throw () [inline, virtual] |
virtual std::string CMSexception::explainSelf | ( | void | ) | const [inline, virtual] |
Reimplemented from cms::Exception.
Reimplemented in Fastexception.
Definition at line 19 of file CMSexception.h.
References what().
00019 { return what();}
virtual const char* CMSexception::what | ( | ) | const throw () [pure virtual] |
Reimplemented from cms::Exception.
Implemented in Fastexception, and BaseGenexception.
Referenced by explainSelf(), and Thread::operator()().