#include <ot_messageError.h>
Public Member Functions | |
ot_messageERROR (const ot_exception &ex) | |
~ot_messageERROR (void) | |
ot_exception * | getException (void) |
void | encode (ot_map &msg) const |
const string | getMessageCode (void) const |
Static Public Member Functions | |
static ot_messageBase * | decode (const ot_map &input) |
Static Public Attributes | |
static const string | m_messageCode |
Private Attributes | |
auto_ptr< ot_exception > | m_ex |
ot_messageERROR::ot_messageERROR | ( | const ot_exception & | ex | ) | [inline] |
ot_messageERROR::~ot_messageERROR | ( | void | ) | [inline] |
ot_exception* ot_messageERROR::getException | ( | void | ) | [inline] |
References m_ex.
static ot_messageBase* ot_messageERROR::decode | ( | const ot_map & | input | ) | [static] |
void ot_messageERROR::encode | ( | ot_map & | msg | ) | const [virtual] |
Implements ot_messageBase.
const string ot_messageERROR::getMessageCode | ( | void | ) | const [inline, virtual] |
auto_ptr<ot_exception> ot_messageERROR::m_ex [private] |
Referenced by getException().
const string ot_messageERROR::m_messageCode [static] |
Referenced by getMessageCode().