#include <CMSexception.h>
Public Member Functions | |
virtual cms::Exception * | clone (void) const |
virtual std::string | explainSelf (void) const |
Fastexception () throw () | |
virtual void | rethrow (void) |
virtual const char * | what () const throw () |
virtual | ~Fastexception () throw () |
fast exception
Definition at line 24 of file CMSexception.h.
Fastexception::Fastexception | ( | ) | throw () [inline] |
virtual Fastexception::~Fastexception | ( | ) | throw () [inline, virtual] |
Definition at line 27 of file CMSexception.h.
{}
virtual cms::Exception* Fastexception::clone | ( | void | ) | const [inline, virtual] |
Reimplemented from cms::Exception.
Definition at line 30 of file CMSexception.h.
References Fastexception().
{ return new Fastexception(*this);}
virtual std::string Fastexception::explainSelf | ( | void | ) | const [inline, virtual] |
virtual void Fastexception::rethrow | ( | void | ) | [inline, virtual] |
virtual const char* Fastexception::what | ( | ) | const throw () [inline, virtual] |