#include <Message.h>
Public Types | |
enum | errors { ERROR_BASE = 0, INVALID_LENGTH } |
Public Member Functions | |
MessageException (const char *msg, enum errors ex_type=ERROR_BASE) | |
Public Attributes | |
enum errors | type |
Public Attributes inherited from sawyer::Exception | |
const char * | message |
Additional Inherited Members | |
Protected Member Functions inherited from sawyer::Exception | |
Exception (const char *msg="none") | |
sawyer::MessageException::MessageException | ( | const char * | msg, |
enum errors | ex_type = ERROR_BASE |
||
) |
Definition at line 69 of file Message.cpp.