EmptyData Class Reference
#include <UtilExceptions.h>
Detailed Description
EmptyData Thrown when data required by a method is missing
Definition at line 76 of file UtilExceptions.h.
Constructor & Destructor Documentation
| EmptyData::EmptyData |
( |
|
) |
[inline] |
constructor
Definition at line 79 of file UtilExceptions.h.
00080 : std::runtime_error("Empty Data") {}
The documentation for this class was generated from the following file: