Wyatt
1.0.1
|
#include <DataSizeException.h>
Public Member Functions | |
DataSizeException (int data) | |
virtual const char * | what () const throw () |
Custom exception thrown when some data exceeds normal bounds (ex: motor speed)
Definition at line 10 of file DataSizeException.h.
|
inline |
Constructor
data | An integer piece of data |
Definition at line 17 of file DataSizeException.h.
|
inlinevirtual |
Returns a message describing what went wrong.
Definition at line 25 of file DataSizeException.h.