Wyatt
1.0.1
|
#include <DuplicateHardwareException.h>
Public Member Functions | |
DuplicateHardwareException (Hardware hardware) | |
virtual const char * | what () const throw () |
Custom exception thrown when trying to register a duplicate piece of hardware with an object. See Communicator.
Definition at line 10 of file DuplicateHardwareException.h.
|
inline |
Constructor.
hardware | The duplicate piece of hardware |
Definition at line 17 of file DuplicateHardwareException.h.
|
inlinevirtual |
Returns a message describing what went wrong.
Definition at line 25 of file DuplicateHardwareException.h.