Wyatt
1.0.1
|
#include <MessageLengthException.h>
Public Member Functions | |
MessageLengthException (Hardware h) | |
virtual const char * | what () const throw () |
Custom exception thrown when a message is composed with the wrong length of data
Definition at line 13 of file MessageLengthException.h.
|
inline |
Constructor
h | The Hardware requiring a specific length in bytes of data |
Definition at line 20 of file MessageLengthException.h.
|
inlinevirtual |
Returns a message describing what went wrong.
Definition at line 28 of file MessageLengthException.h.