Wyatt
1.0.1
|
#include <NonexistentHardwareException.h>
Public Member Functions | |
NonexistentHardwareException (Hardware hardware) | |
virtual const char * | what () const throw () |
Custom exception thrown when trying to update hardware that had not been registered with an object.
Definition at line 10 of file NonexistentHardwareException.h.
|
inline |
Constructor.
hardware | The unregistered hardware struct |
Definition at line 17 of file NonexistentHardwareException.h.
|
inlinevirtual |
Returns a message describing what went wrong.
Definition at line 25 of file NonexistentHardwareException.h.