#include <CMSexception.h>
Public Member Functions | |
GenTerminate () throw () | |
GenTerminate (const std::string &mess) throw () | |
virtual | ~GenTerminate () throw () |
terminate processing
Definition at line 109 of file CMSexception.h.
GenTerminate::GenTerminate | ( | ) | throw () |
Definition at line 108 of file CMSexception.cc.
{}
GenTerminate::GenTerminate | ( | const std::string & | mess | ) | throw () |
Definition at line 109 of file CMSexception.cc.
: Genexception(mess) {}
GenTerminate::~GenTerminate | ( | ) | throw () [virtual] |
Definition at line 110 of file CMSexception.cc.
{}