#include <Exception.h>
Public Member Functions | |
RefException (const std::string &from, const std::string &msg) | |
virtual | ~RefException () throw () |
Definition at line 21 of file Exception.h.
cond::RefException::RefException | ( | const std::string & | from, |
const std::string & | msg | ||
) |
Definition at line 10 of file Exception.cc.
: cond::Exception(std::string("Error in building cond::Ref ")+from+" "+msg){}
virtual cond::RefException::~RefException | ( | ) | throw () [inline, virtual] |
Definition at line 25 of file Exception.h.
{}