#include <Exception.h>
Public Member Functions | |
Exception (const std::string &message) | |
virtual | ~Exception () throw () |
Definition at line 9 of file Exception.h.
Exception::Exception | ( | const std::string & | message | ) | [explicit] |
Reimplemented from cms::Exception.
Definition at line 2 of file Exception.cc.
:cms::Exception("Conditions",message){}
Exception::~Exception | ( | ) | throw () [virtual] |