InvalidArgument Class Reference
#include <UtilExceptions.h>
Detailed Description
InvalidArgument Thrown when an argument was not proper in the current context A message will be supplied
Definition at line 44 of file UtilExceptions.h.
Constructor & Destructor Documentation
| InvalidArgument::InvalidArgument |
( |
const std::string & |
message |
) |
[inline] |
constructor
Definition at line 47 of file UtilExceptions.h.
00048 : std::runtime_error(message) {}
The documentation for this class was generated from the following file: