#include <WarningWrongFrameDataType.h>
Public Member Functions | |
WarningWrongFrameDataType (const char *where, const char *exp, const char *got) | |
virtual const char * | what () const throw () |
const char * | where () const |
const char * | expected () const |
const char * | got () const |
Warning thrown when received frame data type does not match the expected one
Definition at line 13 of file WarningWrongFrameDataType.h.
WarningWrongFrameDataType::WarningWrongFrameDataType | ( | const char * | where, | |
const char * | exp, | |||
const char * | got | |||
) | [inline] |
Sets the warning message
where | place where exception was risen (ie: function name) | |
exp | expected frame type | |
got | frame type received |
Definition at line 22 of file WarningWrongFrameDataType.h.
const char* WarningWrongFrameDataType::expected | ( | ) | const [inline] |
const char* WarningWrongFrameDataType::got | ( | ) | const [inline] |
virtual const char* WarningWrongFrameDataType::what | ( | ) | const throw () [inline, virtual] |
Reimplemented from Exception.
Definition at line 25 of file WarningWrongFrameDataType.h.
const char* WarningWrongFrameDataType::where | ( | ) | const [inline] |