#include <CDMException.h>
Public Member Functions | |
CDMException () | |
CDMException (const std::string &msg) | |
CDMException (const CDMException &rhs) throw () | |
CDMException & | operator= (const CDMException &rhs) throw () |
virtual | ~CDMException () throw () |
virtual const char * | what () const throw () |
MetNoFimex::CDMException::CDMException | ( | ) | [inline] |
MetNoFimex::CDMException::CDMException | ( | const std::string & | msg | ) | [inline, explicit] |
MetNoFimex::CDMException::CDMException | ( | const CDMException & | rhs | ) | throw () [inline] |
virtual MetNoFimex::CDMException::~CDMException | ( | ) | throw () [inline, virtual] |
CDMException& MetNoFimex::CDMException::operator= | ( | const CDMException & | rhs | ) | throw () [inline] |
virtual const char* MetNoFimex::CDMException::what | ( | ) | const throw () [inline, virtual] |
Reimplemented from std::exception.
References std::basic_string< _CharT, _Traits, _Alloc >::c_str().