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