|
Wyatt
1.0.1
|
#include <MismatchedMessageException.h>


Public Member Functions | |
| MismatchedMessageException (IMessage *msg) | |
| virtual const char * | what () const throw () |
Custom exception thrown when a message of the wrong type is passed to an object.
Definition at line 13 of file MismatchedMessageException.h.
|
inline |
Constructor.
| msg | The Message passed to the object that throws this exception |
Definition at line 20 of file MismatchedMessageException.h.
|
inlinevirtual | |||||||||||||
Returns a message describing what went wrong.
Definition at line 28 of file MismatchedMessageException.h.
1.8.11