#include <UMPException.h>
Public Member Functions | |
UMPException (const std::string &msg) | |
const std::string & | getMessage () const |
Private Attributes | |
std::string | _msg |
Definition at line 8 of file UMPException.h.
map::ump::UMPException::UMPException | ( | const std::string & | msg | ) | [inline] |
Definition at line 13 of file UMPException.h.
const std::string& map::ump::UMPException::getMessage | ( | ) | const [inline] |
Definition at line 18 of file UMPException.h.
References _msg.
std::string map::ump::UMPException::_msg [private] |
Definition at line 11 of file UMPException.h.
Referenced by getMessage().